diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-03-23 00:30:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-23 00:30:15 +0900 |
| commit | ef8b09a690dafc216740ab27f8506cd60befb3aa (patch) | |
| tree | cc0e7e4425b7a8cb082845832e03ed84400f35a5 | |
| parent | v1434 (diff) | |
| parent | fix(package): update webpack to version 2.3.1 (diff) | |
| download | misskey-ef8b09a690dafc216740ab27f8506cd60befb3aa.tar.gz misskey-ef8b09a690dafc216740ab27f8506cd60befb3aa.tar.bz2 misskey-ef8b09a690dafc216740ab27f8506cd60befb3aa.zip | |
Merge pull request #314 from syuilo/greenkeeper/webpack-2.3.1
Update webpack to the latest version 🚀
Diffstat (limited to '')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e3d3e5f6b0..631bb84d2c 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.3.0", + "webpack": "2.3.1", "webpack-stream": "3.2.0", "websocket": "1.0.24", "whatwg-fetch": "2.0.3", |