We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57757d4 commit 5da07bfCopy full SHA for 5da07bf
README.md
@@ -1,6 +1,6 @@
1
# gulp-node-inspector
2
3
-A gulp node-inspector wrapper
+A gulp-friendly node-inspector wrapper
4
5
Perfect for development.
6
@@ -55,4 +55,3 @@ Options are written in camelCase style!
55
56
## License
57
[MIT](https://github.com/koemei/gulp-node-inspector/blob/master/LICENSE)
58
-
package.json
@@ -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": {
7
"type": "git",
8
"url": "https://github.com/koemei/gulp-node-inspector.git"
9
},
10
"keywords": [
11
- "gulpplugin",
+ "gulpfriendly",
12
"node-inspector",
13
"debug"
14
],
0 commit comments