Skip to content

Commit

Permalink
Move @types/html-minifier to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mentaljam committed Nov 13, 2019
1 parent 366893b commit 0eeec7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
15 changes: 10 additions & 5 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"author": "Petr Tsymbarovich <[email protected]>",
"license": "MIT",
"dependencies": {
"@types/html-minifier": "^3.5.3",
"html-minifier": "^4.0.0",
"node-html-parser": "^1.1.16"
},
"devDependencies": {
"@types/html-minifier": "^3.5.3",
"rollup": "^1.27.0",
"rollup-plugin-tslint": "^0.2.2",
"rollup-plugin-typescript2": "^0.25.2",
Expand All @@ -44,6 +44,7 @@
"typescript": "^3.7.2"
},
"peerDependencies": {
"@types/html-minifier": "^3.5.3",
"rollup": ">=1.25.0"
}
}

0 comments on commit 0eeec7d

Please sign in to comment.