diff options
author | eug-vs <eug-vs@keemail.me> | 2020-08-12 18:26:04 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-08-12 18:26:04 +0300 |
commit | 6d50d2ef3a64b8fe5037861cda8daab40f9a7213 (patch) | |
tree | bb36ed2d6982204b015a272c07a81987ddd0ab61 /package.json | |
parent | c2e16321e679d52ad9d6e08b5cdb785b172ad830 (diff) | |
download | which-api-6d50d2ef3a64b8fe5037861cda8daab40f9a7213.tar.gz |
chore: install axios
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 3d15a0b..272965e 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@feathersjs/socketio": "^4.5.4", "@feathersjs/transport-commons": "^4.5.3", "@types/aws-sdk": "^2.6.1", + "@types/axios": "^0.14.0", "@types/bluebird": "^3.5.32", "@types/cors": "^2.8.6", "@types/lodash": "^4.14.155", @@ -29,6 +30,7 @@ "@typescript-eslint/eslint-plugin": "^3.2.0", "@typescript-eslint/parser": "^3.2.0", "aws-sdk": "^2.6.1", + "axios": "^0.19.2", "bluebird": "^3.7.2", "cors": "^2.8.5", "feathers-hooks-common": "^5.0.3", |