diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-17 00:36:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-17 00:36:04 +0900 |
| commit | 2d485730f0b221f5c1e8facaab8fc509c67bc99f (patch) | |
| tree | 0c80a14191c174d850a8021c79ff02b357d63fba /package.json | |
| parent | Compress an assets (diff) | |
| download | misskey-2d485730f0b221f5c1e8facaab8fc509c67bc99f.tar.gz misskey-2d485730f0b221f5c1e8facaab8fc509c67bc99f.tar.bz2 misskey-2d485730f0b221f5c1e8facaab8fc509c67bc99f.zip | |
Revert "Compress an assets"
This reverts commit 4c2a3d8df0d1a1fee48b0624b4b5a9a20db0d53e.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 36d9fc711a..6666d65cd5 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,6 @@ "@types/websocket": "0.0.33", "chai": "3.5.0", "chai-http": "3.0.0", - "compression-webpack-plugin": "0.4.0", "css-loader": "0.28.1", "event-stream": "3.3.4", "gulp": "3.9.1", @@ -88,7 +87,7 @@ "stylus-loader": "3.0.1", "swagger-jsdoc": "1.9.4", "tslint": "5.2.0", - "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony", + "uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#8f4b45f4f814c04918382949b4bcaf7a8d910281", "webpack": "2.5.1" }, "dependencies": { |