Skip to content

Commit

Permalink
missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msn0 committed Mar 24, 2017
1 parent 04ade7c commit 4da4668
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jira-addon-install-tool",
"version": "1.0.0",
"version": "1.0.1",
"description": "Install an add-on using the UPM's REST API",
"main": "index.js",
"bin": "./cli.js",
Expand All @@ -27,5 +27,9 @@
"ava": "^0.18.2",
"eslint-config-spartez": "^1.4.0",
"nock": "^9.0.9"
},
"dependencies": {
"got": "^6.7.1",
"meow": "^3.7.0"
}
}

0 comments on commit 4da4668

Please sign in to comment.