Skip to content

Commit

Permalink
chore: move axios to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Feb 3, 2023
1 parent f325e5c commit d3d8a4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -18,9 +18,6 @@
"release": "release-it",
"prepare": "husky install"
},
"dependencies": {
"axios": "1.3.1"
},
"devDependencies": {
"@commitlint/cli": "17.4.2",
"@commitlint/config-angular": "17.4.2",
Expand Down Expand Up @@ -48,6 +45,7 @@
},
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
"axios": "^1.3.1",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0 || ^7.0.0"
},
Expand Down

0 comments on commit d3d8a4a

Please sign in to comment.