File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
"webpack" : " webpack" ,
9
9
"build" : " npm run build:dev" ,
10
10
"prebuild:dev" : " npm run rimraf -- dist" ,
11
- "build:dev" : " webpack --config config/webpack/webpack.dev.js --progress --profile --colors --display-error-details --display-cached" ,
11
+ "build:dev" : " webpack --config config/webpack/webpack.dev.js --progress --profile --color --display-error-details --display-cached" ,
12
12
"prebuild:prod" : " npm run rimraf -- dist" ,
13
- "build:prod" : " webpack --config config/webpack/webpack.prod.js --progress --profile --colors --display-error-details --display-cached --bail" ,
13
+ "build:prod" : " webpack --config config/webpack/webpack.prod.js --progress --profile --color --display-error-details --display-cached --bail" ,
14
14
"test" : " echo \" Error: no test specified\" && exit 1" ,
15
15
"postinstall" : " typings i"
16
16
},
31
31
"ts-loader" : " ^0.8.2" ,
32
32
"tslint" : " ^3.13.0" ,
33
33
"tslint-loader" : " ^2.1.5" ,
34
- "typescript" : " ^1.8.10 " ,
34
+ "typescript" : " ^2.0.0 " ,
35
35
"typings" : " ^1.3.2" ,
36
- "webpack" : " ^1.13.1 "
36
+ "webpack" : " ^2.1.0-beta.20 "
37
37
},
38
38
"dependencies" : {
39
39
"lodash" : " ^4.14.1"
You can’t perform that action at this time.
0 commit comments