diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2017-12-14 11:58:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-14 11:58:27 +0900 |
| commit | 5679f1ce9d2d4605e538b00233537fcd7b58fe33 (patch) | |
| tree | 668c361b8dcda3a650bb3ed751b0e32b606b82b2 | |
| parent | Update post-form.tag (diff) | |
| parent | fix(package): update uglifyjs-webpack-plugin to version 1.1.3 (diff) | |
| download | sharkey-5679f1ce9d2d4605e538b00233537fcd7b58fe33.tar.gz sharkey-5679f1ce9d2d4605e538b00233537fcd7b58fe33.tar.bz2 sharkey-5679f1ce9d2d4605e538b00233537fcd7b58fe33.zip | |
Merge pull request #999 from syuilo/greenkeeper/uglifyjs-webpack-plugin-1.1.3
Update uglifyjs-webpack-plugin 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 724ff2043a..84e301743a 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "tslint": "5.8.0", "typescript": "2.6.2", "uglify-es": "3.2.0", - "uglifyjs-webpack-plugin": "1.1.2", + "uglifyjs-webpack-plugin": "1.1.3", "uuid": "3.1.0", "vhost": "3.0.2", "web-push": "3.2.5", |