Skip to content

Commit

Permalink
Move axios to regular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-imaginemage committed Mar 13, 2024
1 parent 0aaff07 commit 677dd6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
19 changes: 5 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imagination-media/magento-api-rest",
"version": "3.0.7",
"version": "3.0.8",
"description": "Magento API wrapper",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -30,14 +30,14 @@
"homepage": "https://github.com/Imagination-Media/magento-api-rest#readme",
"dependencies": {
"crypto": "^1.0.1",
"oauth-1.0a": "^2.2.6"
"oauth-1.0a": "^2.2.6",
"axios": "^1.6.7"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"axios": "^1.6.7",
"babel-loader": "^9.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"cpy-cli": "^5.0.0",
Expand Down

0 comments on commit 677dd6c

Please sign in to comment.