Skip to content

Commit

Permalink
manage: Moved html-webpack-plugin to peer dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Jun 19, 2021
1 parent bd893df commit fd42ec0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"webpackConfigJaid": "nodeClass",
"version": "1.1.0",
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
"peerDependencies": {
"html-webpack-plugin": "^5.3.1"
},
"dependencies": {
"debug": "^4.3.1",
"html-webpack-plugin": "^5.3.1",
"insert-string-after": "^1.0.0",
"insert-string-before": "^1.0.0"
},
Expand Down

0 comments on commit fd42ec0

Please sign in to comment.