Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Aug 15, 2022
2 parents 7dd0d06 + 30e539f commit 14b44c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "html-minifier-terser",
"description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
"version": "7.0.0-beta.0",
"version": "7.0.0",
"license": "MIT",
"repository": "https://github.com/terser/html-minifier-terser.git",
"bugs": "https://github.com/terser/html-minifier-terser/issues",
Expand Down Expand Up @@ -41,7 +41,7 @@
"uglify"
],
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.13.1 || >=16.0.0"
},
"type": "module",
"main": "./dist/htmlminifier.cjs",
Expand Down

0 comments on commit 14b44c7

Please sign in to comment.