Skip to content

Commit 5da07bf

Browse files
committed
adding gulpfriendly keyword closes #8
1 parent 57757d4 commit 5da07bf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gulp-node-inspector
22

3-
A gulp node-inspector wrapper
3+
A gulp-friendly node-inspector wrapper
44

55
Perfect for development.
66

@@ -55,4 +55,3 @@ Options are written in camelCase style!
5555

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gulp-node-inspector",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Run node inspector from your gulp build.",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/koemei/gulp-node-inspector.git"
99
},
1010
"keywords": [
11-
"gulpplugin",
11+
"gulpfriendly",
1212
"node-inspector",
1313
"debug"
1414
],

0 commit comments

Comments
 (0)