Skip to content

Commit 677dd6c

Browse files
Move axios to regular dependencies
1 parent 0aaff07 commit 677dd6c

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

package-lock.json

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imagination-media/magento-api-rest",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "Magento API wrapper",
55
"main": "lib/index.js",
66
"files": [
@@ -30,14 +30,14 @@
3030
"homepage": "https://github.com/Imagination-Media/magento-api-rest#readme",
3131
"dependencies": {
3232
"crypto": "^1.0.1",
33-
"oauth-1.0a": "^2.2.6"
33+
"oauth-1.0a": "^2.2.6",
34+
"axios": "^1.6.7"
3435
},
3536
"devDependencies": {
3637
"@types/axios": "^0.14.0",
3738
"@types/node": "^18.16.3",
3839
"@typescript-eslint/eslint-plugin": "^6.8.0",
3940
"@typescript-eslint/parser": "^6.8.0",
40-
"axios": "^1.6.7",
4141
"babel-loader": "^9.1.2",
4242
"babel-plugin-transform-class-properties": "^6.24.1",
4343
"cpy-cli": "^5.0.0",

0 commit comments

Comments
 (0)