Skip to content

Commit f51fec4

Browse files
committed
Add missing dependencies
1 parent c52a201 commit f51fec4

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-release-cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A command-line tool for uploading release assets to a GitHub repository",
55
"homepage": "https://github.com/cheton/github-release-cli",
66
"author": "Cheton Wu <cheton@gmail.com>",
@@ -27,12 +27,15 @@
2727
"release",
2828
"cli"
2929
],
30-
"dependencies": {},
30+
"dependencies": {
31+
"commander": "^2.9.0",
32+
"github": "^8.1.1",
33+
"lodash": "^4.17.4"
34+
},
3135
"devDependencies": {
3236
"babel-cli": "^6.22.2",
3337
"babel-preset-es2015": "^6.22.0",
3438
"babel-preset-stage-0": "^6.22.0",
35-
"github": "^8.1.1",
3639
"tap": "^10.0.2"
3740
}
3841
}

0 commit comments

Comments
 (0)