Skip to content

Commit

Permalink
got should really be a peerdep
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Aug 19, 2023
1 parent bfcafb8 commit e07515c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
32 changes: 27 additions & 5 deletions 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 @@ -19,7 +19,6 @@
},
"dependencies": {
"debug": "^4.3.2",
"got": "^13.0.0",
"ipaddr.js": "^2.0.1"
},
"devDependencies": {
Expand All @@ -35,6 +34,9 @@
"npm-run-all": "^4.1.5",
"skip-ci": "^1.0.4"
},
"peerDependencies": {
"got": "^12 || ^13"
},
"keywords": [
"http",
"https",
Expand Down

0 comments on commit e07515c

Please sign in to comment.