We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012fd6a commit 1e26169Copy full SHA for 1e26169
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "extract-comments",
3
"description": "Extract code comments from string or from a glob of files.",
4
- "version": "0.8.5",
+ "version": "0.8.6",
5
"homepage": "https://github.com/jonschlinkert/extract-comments",
6
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7
"repository": "jonschlinkert/extract-comments",
@@ -16,7 +16,7 @@
16
"node": ">=0.10"
17
},
18
"scripts": {
19
- "test": "mocha"
+ "test": "gulp"
20
21
"dependencies": {
22
"cr": "^0.1.0",
0 commit comments