From 3de60dc6332b69219e961abd73c99ddae2398caa Mon Sep 17 00:00:00 2001 From: RobinzZH Date: Fri, 6 Jul 2018 11:11:51 +0800 Subject: [PATCH] feat(package.json): upgrade tsw version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32d51c54..6c1a7e38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TSW", - "version": "1.1.4", + "version": "1.1.5", "description": "A Node.js infrastructure which is designed for improving the efficiency of locating problems, providing multiple functions for front-end developers", "scripts": { "lint": "eslint examples bin test --fix",