We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52a201 commit f51fec4Copy full SHA for f51fec4
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "github-release-cli",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "A command-line tool for uploading release assets to a GitHub repository",
5
"homepage": "https://github.com/cheton/github-release-cli",
6
"author": "Cheton Wu <cheton@gmail.com>",
@@ -27,12 +27,15 @@
27
"release",
28
"cli"
29
],
30
- "dependencies": {},
+ "dependencies": {
31
+ "commander": "^2.9.0",
32
+ "github": "^8.1.1",
33
+ "lodash": "^4.17.4"
34
+ },
35
"devDependencies": {
36
"babel-cli": "^6.22.2",
37
"babel-preset-es2015": "^6.22.0",
38
"babel-preset-stage-0": "^6.22.0",
- "github": "^8.1.1",
39
"tap": "^10.0.2"
40
}
41
0 commit comments