From 2ce182a4ea852e4d21fb1973786c33f6a962787e Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 17 Apr 2019 23:05:37 +0800 Subject: [PATCH] =?UTF-8?q?[package.json]=20=E6=8A=8A=20cross-env=20?= =?UTF-8?q?=E4=BB=8E=20devDependencies=20=E8=BF=81=E7=A7=BB=E5=88=B0=20dep?= =?UTF-8?q?endencies=EF=BC=8C=E5=9B=A0=E4=B8=BA=E5=9C=A8=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E4=B8=8A=EF=BC=8C=E7=94=B1=E4=BA=8E?= =?UTF-8?q?=E5=86=85=E5=AD=98=E4=B8=8D=E5=A4=9F=E6=88=96=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0=EF=BC=8C=E4=BB=85=E4=BB=85=20npm=20i=20--pro?= =?UTF-8?q?duction=20=E6=97=B6=EF=BC=8C=E4=B9=9F=E9=9C=80=E8=A6=81=20cross?= =?UTF-8?q?-env=20=E6=9D=A5=20npm=20run=20xxx.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 129a798..1c8ce1c 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "commander": "^2.19.0", "compression": "^1.7.3", "cookie-parser": "^1.4.3", + "cross-env": "^5.1.3", "deepmerge": "^2.2.1", "errorhandler": "^1.5.0", "express": "^4.16.2", @@ -47,7 +48,6 @@ "babel-core": "7.0.0-bridge.0", "babel-jest": "^23.0.1", "babel-plugin-transform-imports": "^1.5.1", - "cross-env": "^5.1.3", "node-sass": "^4.9.0", "node-ssh": "^5.1.2", "sass-loader": "^7.0.1",