Skip to content

Commit

Permalink
fix: Remove @types/node dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Dec 24, 2020
1 parent 2232f3c commit 9e002c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 9 additions & 4 deletions package-lock.json

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

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,11 @@
"domhandler": "^4.0.0",
"domutils": "^2.4.4"
},
"peerDependencies": {
"@types/node": "^14.11.2"
},
"devDependencies": {
"coveralls": "^3.0.2",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.13",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"coveralls": "^3.0.2",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"htmlparser2": "^6.0.0",
Expand Down

0 comments on commit 9e002c6

Please sign in to comment.