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 aa11658 commit 668f0d1Copy full SHA for 668f0d1
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "github-release-cli",
3
- "version": "0.2.1",
+ "version": "0.2.2",
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>",
@@ -28,6 +28,7 @@
28
"cli"
29
],
30
"dependencies": {
31
+ "babel-runtime": "^6.22.0",
32
"commander": "^2.9.0",
33
"github": "^8.1.1"
34
},
0 commit comments