Skip to content

Commit

Permalink
add axios on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vildanbina committed Nov 20, 2023
1 parent 2767486 commit ff03898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buckaroo/buckaroo_sdk",
"version": "1.0.4",
"version": "1.0.5",
"description": "Buckaroo payment SDK",
"main": "dist/buckaroo.cjs.js",
"module": "dist/buckaroo.esm.js",
Expand Down Expand Up @@ -45,6 +45,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"axios": "^1.6.2",
"crypto-js": "^4.1.1",
"ip-address": "^8.1.0"
},
Expand Down

0 comments on commit ff03898

Please sign in to comment.