diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-07-22 21:56:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-22 21:56:55 +0900 |
| commit | 65a91c57090dec2b3ad47d50a667734c8d1ed937 (patch) | |
| tree | e00a7aeea3f55a77ff8c16db3973bf6a510acdbd | |
| parent | Merge pull request #1949 from syuilo/greenkeeper/ratelimiter-3.2.0 (diff) | |
| parent | fix(package): update hard-source-webpack-plugin to version 0.11.2 (diff) | |
| download | misskey-65a91c57090dec2b3ad47d50a667734c8d1ed937.tar.gz misskey-65a91c57090dec2b3ad47d50a667734c8d1ed937.tar.bz2 misskey-65a91c57090dec2b3ad47d50a667734c8d1ed937.zip | |
Merge pull request #1951 from syuilo/greenkeeper/hard-source-webpack-plugin-0.11.2
Update hard-source-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 845a6166b1..7925eeb02a 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "gulp-typescript": "4.0.2", "gulp-uglify": "3.0.0", "gulp-util": "3.0.8", - "hard-source-webpack-plugin": "0.11.1", + "hard-source-webpack-plugin": "0.11.2", "highlight.js": "9.12.0", "html-minifier": "3.5.19", "http-signature": "1.2.0", |