Skip to content

Commit d1fd33f

Browse files
committed
-
1 parent 7f3b5af commit d1fd33f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"webpack": "webpack",
99
"build": "npm run build:dev",
1010
"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",
1212
"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",
1414
"test": "echo \"Error: no test specified\" && exit 1",
1515
"postinstall": "typings i"
1616
},
@@ -31,9 +31,9 @@
3131
"ts-loader": "^0.8.2",
3232
"tslint": "^3.13.0",
3333
"tslint-loader": "^2.1.5",
34-
"typescript": "^1.8.10",
34+
"typescript": "^2.0.0",
3535
"typings": "^1.3.2",
36-
"webpack": "^1.13.1"
36+
"webpack": "^2.1.0-beta.20"
3737
},
3838
"dependencies": {
3939
"lodash": "^4.14.1"

0 commit comments

Comments
 (0)