Skip to content

Commit 63b86ba

Browse files
committed
Updated details in package.json, and fixed packages that had security vulnerabilities.
1 parent daeb6d9 commit 63b86ba

File tree

2 files changed

+20
-26
lines changed

2 files changed

+20
-26
lines changed

package-lock.json

Lines changed: 15 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "minify",
3-
"version": "0.8.6",
2+
"name": "HTMLdoc",
3+
"version": "0.9.0",
44
"description": "A token based HTML Document parser and minifier written in PHP",
55
"main": "index.js",
66
"directories": {
@@ -12,10 +12,12 @@
1212
"keywords": [
1313
"PHP",
1414
"minify",
15+
"tokenizer",
1516
"html",
16-
"css"
17+
"svg"
1718
],
1819
"author": "Will Earp <will@hexydec.com>",
20+
"repository": "https://github.com/hexydec/htmldoc",
1921
"license": "MIT",
2022
"dependencies": {
2123
"grunt-cli": "^1.3.2",

0 commit comments

Comments
 (0)