This repository was archived by the owner on Dec 15, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"postinstall" : " cp env.example.js env.js" ,
7
7
"start" : " webpack-dev-server --config webpack/dev.config.js --watch" ,
8
- "build" : " NODE_ENV=production webpack --config webpack/prod.config.js --progress --display-error-details --color" ,
8
+ "build" : " cross-env NODE_ENV=production webpack --config webpack/prod.config.js --progress --display-error-details --color" ,
9
9
"precommit" : " eslint src"
10
10
},
11
11
"repository" : {
42
42
"babel-preset-env" : " ^1.6.0" ,
43
43
"clean-webpack-plugin" : " ^0.1.16" ,
44
44
"copy-webpack-plugin" : " ^4.0.1" ,
45
+ "cross-env" : " ^5.0.1" ,
45
46
"css-loader" : " ^0.28.4" ,
46
47
"eslint" : " ^4.2.0" ,
47
48
"eslint-loader" : " ^1.9.0" ,
Original file line number Diff line number Diff line change @@ -1311,13 +1311,28 @@ create-hmac@^1.1.0, create-hmac@^1.1.2:
1311
1311
create-hash "^1.1.0"
1312
1312
inherits "^2.0.1"
1313
1313
1314
+ cross-env@^5.0.1 :
1315
+ version "5.0.1"
1316
+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.0.1.tgz#ff4e72ea43b47da2486b43a7f2043b2609e44913"
1317
+ dependencies :
1318
+ cross-spawn "^5.1.0"
1319
+ is-windows "^1.0.0"
1320
+
1314
1321
cross-spawn@^3.0.0 :
1315
1322
version "3.0.1"
1316
1323
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982"
1317
1324
dependencies :
1318
1325
lru-cache "^4.0.1"
1319
1326
which "^1.2.9"
1320
1327
1328
+ cross-spawn@^5.1.0 :
1329
+ version "5.1.0"
1330
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
1331
+ dependencies :
1332
+ lru-cache "^4.0.1"
1333
+ shebang-command "^1.2.0"
1334
+ which "^1.2.9"
1335
+
1321
1336
1322
1337
version "2.0.5"
1323
1338
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8"
@@ -2695,6 +2710,10 @@ is-utf8@^0.2.0:
2695
2710
version "0.2.1"
2696
2711
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
2697
2712
2713
+ is-windows@^1.0.0 :
2714
+ version "1.0.1"
2715
+ resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.1.tgz#310db70f742d259a16a369202b51af84233310d9"
2716
+
2698
2717
2699
2718
version "0.0.1"
2700
2719
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -4329,6 +4348,16 @@ shallow-clone@^0.1.2:
4329
4348
lazy-cache "^0.2.3"
4330
4349
mixin-object "^2.0.1"
4331
4350
4351
+ shebang-command@^1.2.0 :
4352
+ version "1.2.0"
4353
+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
4354
+ dependencies :
4355
+ shebang-regex "^1.0.0"
4356
+
4357
+ shebang-regex@^1.0.0 :
4358
+ version "1.0.0"
4359
+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
4360
+
4332
4361
signal-exit@^3.0.0, signal-exit@^3.0.2 :
4333
4362
version "3.0.2"
4334
4363
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
You can’t perform that action at this time.
0 commit comments