From 054c35d44a8bdaa731dc219b9f13b4391ce7a1e1 Mon Sep 17 00:00:00 2001 From: Rahim-Chan <609783792@qq.com> Date: Sat, 8 Feb 2020 14:17:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20cli=E4=BE=9D=E8=B5=96=E5=85=B3=E7=B3=BB?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5417908..3986927 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,6 @@ "license": "MIT", "dependencies": { "@tarojs/async-await": "1.3.15", - "@tarojs/cli": "1.3.15", "@tarojs/components": "1.3.15", "@tarojs/router": "1.3.15", "@tarojs/taro": "1.3.15", @@ -62,12 +61,13 @@ "@tarojs/taro-swan": "1.3.15", "@tarojs/taro-tt": "1.3.15", "@tarojs/taro-weapp": "1.3.15", - "cross-env": "^5.2.0", - "lodash.throttle": "^4.1.1", + "global": "^4.4.0", "nerv-devtools": "^1.4.4", "nervjs": "^1.4.4" }, "devDependencies": { + "cross-env": "^5.2.0", + "@tarojs/cli": "1.3.15", "@semantic-release/changelog": "^3.0.4", "@semantic-release/commit-analyzer": "^6.3.0", "@semantic-release/git": "^7.0.16",