diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-03-22 12:54:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-22 12:54:19 +0900 |
| commit | 9ffbc2d64ac1ef4b1d1cbcab7699a0b6c4f90502 (patch) | |
| tree | aa52156580bc48e1d5ff8e99e6e6af0b620b2c7a | |
| parent | Merge pull request #310 from syuilo/greenkeeper/ts-node-3.0.1 (diff) | |
| parent | fix(package): update webpack to version 2.3.0 (diff) | |
| download | sharkey-9ffbc2d64ac1ef4b1d1cbcab7699a0b6c4f90502.tar.gz sharkey-9ffbc2d64ac1ef4b1d1cbcab7699a0b6c4f90502.tar.bz2 sharkey-9ffbc2d64ac1ef4b1d1cbcab7699a0b6c4f90502.zip | |
Merge pull request #312 from syuilo/greenkeeper/webpack-2.3.0
Update webpack to the latest version 🚀
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6da1b64c7a..0c066604e1 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#8f4b45f4f814c04918382949b4bcaf7a8d910281", "uuid": "3.0.1", "vhost": "3.0.2", - "webpack": "2.2.1", + "webpack": "2.3.0", "webpack-stream": "3.2.0", "websocket": "1.0.24", "whatwg-fetch": "2.0.3", |