File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>" ,
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" ,
You can’t perform that action at this time.
0 commit comments