Skip to content

Commit

Permalink
Merge pull request #66 from prokopsimek/master
Browse files Browse the repository at this point in the history
fix: issue calling axios.create undefined
  • Loading branch information
ViolanteCodes authored Sep 15, 2023
2 parents 770df9d + 0cc86c9 commit 0555660
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3,361 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ test.js
dist
yalc
.env
yarn.lock
103 changes: 14 additions & 89 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"types": "lib/butter.d.ts",
"type": "commonjs",
"dependencies": {
"axios": "^1.3.6"
"axios": "~0.21.1"
},
"license": "MIT",
"devDependencies": {
Expand Down
Loading

0 comments on commit 0555660

Please sign in to comment.