Skip to content

Commit 1e26169

Browse files
committed
0.8.6 thanks to @calebthebrewer
see #8
1 parent 012fd6a commit 1e26169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "extract-comments",
33
"description": "Extract code comments from string or from a glob of files.",
4-
"version": "0.8.5",
4+
"version": "0.8.6",
55
"homepage": "https://github.com/jonschlinkert/extract-comments",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"repository": "jonschlinkert/extract-comments",
@@ -16,7 +16,7 @@
1616
"node": ">=0.10"
1717
},
1818
"scripts": {
19-
"test": "mocha"
19+
"test": "gulp"
2020
},
2121
"dependencies": {
2222
"cr": "^0.1.0",

0 commit comments

Comments
 (0)