Skip to content

Commit

Permalink
make axios a peer-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed May 16, 2023
1 parent 2a818ba commit 9dba8b1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 12 deletions.
36 changes: 26 additions & 10 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
],
"author": "jonchurch",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0"
"peerDependencies": {
"axios": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.1.5",
"axios": "^1.4.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
},
Expand Down

0 comments on commit 9dba8b1

Please sign in to comment.