Skip to content

Commit 6d50d2e

Browse files
committed
chore: install axios
1 parent c2e1632 commit 6d50d2e

File tree

2 files changed

+42
-3
lines changed

2 files changed

+42
-3
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@feathersjs/socketio": "^4.5.4",
2121
"@feathersjs/transport-commons": "^4.5.3",
2222
"@types/aws-sdk": "^2.6.1",
23+
"@types/axios": "^0.14.0",
2324
"@types/bluebird": "^3.5.32",
2425
"@types/cors": "^2.8.6",
2526
"@types/lodash": "^4.14.155",
@@ -29,6 +30,7 @@
2930
"@typescript-eslint/eslint-plugin": "^3.2.0",
3031
"@typescript-eslint/parser": "^3.2.0",
3132
"aws-sdk": "^2.6.1",
33+
"axios": "^0.19.2",
3234
"bluebird": "^3.7.2",
3335
"cors": "^2.8.5",
3436
"feathers-hooks-common": "^5.0.3",

0 commit comments

Comments
 (0)