Skip to content

Commit

Permalink
Merge pull request #245 from garden-io/add-missing-dependency
Browse files Browse the repository at this point in the history
fix: add axios as dependency (was dev dependency)
  • Loading branch information
edvald authored Sep 5, 2018
2 parents c871e1a + 4ccdfd8 commit 1631777
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 1631777

Please sign in to comment.