Skip to content

Commit

Permalink
adding gulpfriendly keyword closes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
vesparny committed Mar 3, 2015
1 parent 57757d4 commit 5da07bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gulp-node-inspector

A gulp node-inspector wrapper
A gulp-friendly node-inspector wrapper

Perfect for development.

Expand Down Expand Up @@ -55,4 +55,3 @@ Options are written in camelCase style!

## License
[MIT](https://github.com/koemei/gulp-node-inspector/blob/master/LICENSE)

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gulp-node-inspector",
"version": "0.0.2",
"version": "0.0.3",
"description": "Run node inspector from your gulp build.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/koemei/gulp-node-inspector.git"
},
"keywords": [
"gulpplugin",
"gulpfriendly",
"node-inspector",
"debug"
],
Expand Down

0 comments on commit 5da07bf

Please sign in to comment.