Skip to content

Commit

Permalink
update installbin npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Aug 6, 2017
1 parent caaef1d commit 511e563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install grql -g
Install a bundled version to `$HOME/bin` :

```
$ npm run install
$ npm run installbin
```

### Configuration
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "mocha",
"cover": "istanbul cover _mocha",
"coveralls": "npm run cover -- -- -R spec && cat dist/coverage/lcov.info | coveralls && rimraf dist/coverage",
"install": "pkg -o ~/bin/grql lib/cmd.js"
"installbin": "pkg -o ~/bin/grql lib/cmd.js"
},
"author": "Olivier Penhoat <openhoat@gmail.com> (http://headwood.net/)",
"repository": {
Expand Down

0 comments on commit 511e563

Please sign in to comment.