Skip to content

Commit

Permalink
fix: add axios as dependency (was dev dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Sep 5, 2018
1 parent c871e1a commit 4ccdfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garden-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
],
"dependencies": {
"@kubernetes/client-node": "^0.5.2",
"axios": "^0.18.0",
"ansi-escapes": "^3.1.0",
"async-exit-hook": "^2.0.1",
"async-lock": "^1.1.3",
Expand Down Expand Up @@ -104,7 +105,6 @@
"@types/string-width": "^2.0.0",
"@types/uniqid": "^4.1.2",
"@types/wrap-ansi": "^3.0.0",
"axios": "^0.18.0",
"chai": "^4.1.2",
"gulp": "^4.0.0",
"gulp-cached": "^1.1.1",
Expand Down

0 comments on commit 4ccdfd8

Please sign in to comment.