Skip to content

Commit 831fa4b

Browse files
committed
Merge branch 'MatthiasWinkelmann-master'
2 parents d532031 + 4d083a7 commit 831fa4b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"stream-cache": "~0.0.1",
1919
"strip-ansi": "^3.0.0",
2020
"supports-color": "^3.1.1",
21+
"webpack": ">=2.0.7-beta <3",
2122
"webpack-dev-middleware": "^1.4.0",
2223
"yargs": "^3.32.0"
2324
},
@@ -29,12 +30,12 @@
2930
"file-loader": "~0.8.4",
3031
"jade": "^1.11.0",
3132
"jade-loader": "~0.8.0",
33+
"jquery": "^2.2.0",
3234
"jsbeautify": "^0.3.6",
3335
"less": "^2.5.1",
3436
"less-loader": "~2.2.0",
3537
"style-loader": "~0.13.0",
36-
"url-loader": "~0.5.6",
37-
"webpack": "^1.12.1"
38+
"url-loader": "~0.5.6"
3839
},
3940
"license": "MIT",
4041
"repository": {
@@ -51,7 +52,7 @@
5152
"ssl/"
5253
],
5354
"scripts": {
54-
"prepublish": "webpack ./client/live.js client/live.bundle.js --colors --config client/webpack.config.js -p && webpack ./client/index.js client/index.bundle.js --colors --config client/webpack.config.js -p",
55+
"prepublish": "webpack ./client/live.js client/live.bundle.js --color --config client/webpack.config.js -p && webpack ./client/index.js client/index.bundle.js --color --config client/webpack.config.js -p",
5556
"lint": "eslint lib test",
5657
"beautify-lint": "beautify-lint lib/**.js bin/**.js",
5758
"beautify": "beautify-rewrite lib/**.js bin/**.js",

0 commit comments

Comments
 (0)