diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-04-01 19:57:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-01 19:57:53 +0900 |
| commit | 1f67be41e0d0c090f6fcae57d64ce628bf7c1f56 (patch) | |
| tree | 1c5ffb9d42ebdb9f1830b331d3c1611b8ebc13ae | |
| parent | Merge pull request #1354 from syuilo/greenkeeper/bootstrap-vue-2.0.0-rc.4 (diff) | |
| parent | Merge branch 'master' into greenkeeper/html-minifier-3.5.13 (diff) | |
| download | misskey-1f67be41e0d0c090f6fcae57d64ce628bf7c1f56.tar.gz misskey-1f67be41e0d0c090f6fcae57d64ce628bf7c1f56.tar.bz2 misskey-1f67be41e0d0c090f6fcae57d64ce628bf7c1f56.zip | |
Merge pull request #1344 from syuilo/greenkeeper/html-minifier-3.5.13
Update html-minifier 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 d5fa1f3cbb..328ba72523 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "gulp-util": "3.0.8", "hard-source-webpack-plugin": "0.6.4", "highlight.js": "9.12.0", - "html-minifier": "3.5.12", + "html-minifier": "3.5.13", "http-signature": "^1.2.0", "inquirer": "5.2.0", "is-root": "2.0.0", |