Skip to content

Commit

Permalink
remove posfix in package.json to fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Jun 27, 2015
1 parent 4f0b318 commit 0784e79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# srun-cli
[![](https://badge.fury.io/js/srun.png)](http://npmjs.com/package/srun-cli)
[![](https://badge.fury.io/js/srun-cli.png)](http://npmjs.com/package/srun-cli)
[![](https://img.shields.io/github/issues/lizheming/srun-cli.svg)](https://github.com/lizheming/srun-cli/issues)
[![](https://img.shields.io/github/forks/lizheming/srun-cli.svg)](https://github.com/lizheming/srun-cli/network)
[![](https://img.shields.io/github/stars/lizheming/srun-cli.svg)](https://github.com/lizheming/srun-cli/stargazers)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "srun-cli",
"version": "0.0.6",
"description": "srun cli client",
"main": "./bin/srun.js",
"main": "./bin/srun",
"bin": {
"srun": "./bin/srun.js"
"srun": "./bin/srun"
},
"scripts": {
"test": "srun --help"
Expand Down

0 comments on commit 0784e79

Please sign in to comment.