File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/stack-frame-overlay Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
7
7
"prepublishOnly" : " npm run build:prod && npm test" ,
8
- "start" : " NODE_ENV=development npm run build -- --watch" ,
8
+ "start" : " cross-env NODE_ENV=development npm run build -- --watch" ,
9
9
"test" : " flow && jest" ,
10
10
"build" : " babel src/ -d lib/" ,
11
- "build:prod" : " NODE_ENV=production babel src/ -d lib/"
11
+ "build:prod" : " cross-env NODE_ENV=production babel src/ -d lib/"
12
12
},
13
13
"repository" : " facebookincubator/create-react-app" ,
14
14
"license" : " BSD-3-Clause" ,
40
40
"babel-cli" : " ^6.24.1" ,
41
41
"babel-eslint" : " 7.x" ,
42
42
"babel-preset-react-app" : " ^2.2.0" ,
43
+ "cross-env" : " ^4.0.0" ,
43
44
"eslint" : " ^3.16.1" ,
44
45
"eslint-config-react-app" : " ^0.6.2" ,
45
46
"eslint-plugin-flowtype" : " ^2.21.0" ,
You can’t perform that action at this time.
0 commit comments