Skip to content

Commit

Permalink
makes axios version anything
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Jul 13, 2019
1 parent 7df7ca7 commit 4953611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"prettier": "1.18.2",
"supertokens-node-mysql-ref-jwt": "^4.0.0",
"typescript": "3.5.2",
"axios": "^0.19.0"
"axios": "*"
},
"peerDependencies": {
"axios": "^0.19.0"
"axios": "*"
},
"scripts": {
"test": "TEST_MODE=testing npx mocha",
Expand Down Expand Up @@ -57,4 +57,4 @@
"url": "https://github.com/supertokens/supertokens-website/issues"
},
"homepage": "https://github.com/supertokens/supertokens-website#readme"
}
}

0 comments on commit 4953611

Please sign in to comment.