Skip to content

Commit 668f0d1

Browse files
committed
Add babel-runtime to dependencies
1 parent aa11658 commit 668f0d1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-release-cli",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
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>",
@@ -28,6 +28,7 @@
2828
"cli"
2929
],
3030
"dependencies": {
31+
"babel-runtime": "^6.22.0",
3132
"commander": "^2.9.0",
3233
"github": "^8.1.1"
3334
},

0 commit comments

Comments
 (0)