Skip to content

Commit

Permalink
add axios to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
backslash47 committed Apr 11, 2018
1 parent e2bcaea commit 5489e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"private": true,
"dependencies": {
"aws-sdk": "^2.222.1",
"axios": "^0.18.0",
"date-fns": "^1.29.0",
"dotenv": "^5.0.1",
"elasticsearch": "^14.2.1",
Expand Down Expand Up @@ -37,8 +38,8 @@
"recalculate": "node build/server/server recalculate"
},
"devDependencies": {
"@types/http-aws-es": "^1.1.3",
"@types/elasticsearch": "^5.0.22",
"@types/http-aws-es": "^1.1.3",
"@types/jest": "^22.2.0",
"@types/lodash": "^4.14.105",
"@types/node": "^9.4.7",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ aws4@^1.2.1, aws4@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"

axios@*:
axios@*, axios@^0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
dependencies:
Expand Down

0 comments on commit 5489e1e

Please sign in to comment.