diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-07-13 21:32:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-13 21:32:55 +0900 |
| commit | b984aecaf2e09a81cbea4592244c8228f0d20255 (patch) | |
| tree | 2ec53fabfaa41fbecececff3456d57554dffb4d0 /package.json | |
| parent | Merge pull request #1890 from syuilo/greenkeeper/element-ui-2.4.4 (diff) | |
| parent | fix(package): update html-minifier to version 3.5.19 (diff) | |
| download | misskey-b984aecaf2e09a81cbea4592244c8228f0d20255.tar.gz misskey-b984aecaf2e09a81cbea4592244c8228f0d20255.tar.bz2 misskey-b984aecaf2e09a81cbea4592244c8228f0d20255.zip | |
Merge pull request #1891 from syuilo/greenkeeper/html-minifier-3.5.19
Update html-minifier to the latest version 🚀
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9741b9ccf2..39e93977c7 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "gulp-util": "3.0.8", "hard-source-webpack-plugin": "0.11.1", "highlight.js": "9.12.0", - "html-minifier": "3.5.18", + "html-minifier": "3.5.19", "http-signature": "1.2.0", "inquirer": "6.0.0", "is-root": "2.0.0", |