Skip to content

Commit fe534a4

Browse files
committed
Bump to 1.0.0
1 parent 830de79 commit fe534a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-release-cli",
3-
"version": "0.4.1",
3+
"version": "1.0.0",
44
"description": "A command-line tool for managing release assets on a GitHub repository",
55
"homepage": "https://github.com/cheton/github-release-cli",
66
"author": "Cheton Wu <cheton@gmail.com>",
@@ -10,8 +10,8 @@
1010
"scripts": {
1111
"prepublish": "npm run build",
1212
"build": "babel --out-dir ./lib ./src",
13-
"_test": "tap test/*.js --no-timeout --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill",
14-
"test": "npm run build && node lib/index.js -a --owner cheton --repo github-release-cli list"
13+
"test": "tap test/*.js --no-timeout --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill",
14+
"test:list": "npm run build && node lib/index.js -a --owner cheton --repo github-release-cli list"
1515
},
1616
"files": [
1717
"bin",

0 commit comments

Comments
 (0)