Skip to content

Commit

Permalink
0.8.6 thanks to @calebthebrewer
Browse files Browse the repository at this point in the history
see #8
  • Loading branch information
jonschlinkert committed Nov 5, 2015
1 parent 012fd6a commit 1e26169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "extract-comments",
"description": "Extract code comments from string or from a glob of files.",
"version": "0.8.5",
"version": "0.8.6",
"homepage": "https://github.com/jonschlinkert/extract-comments",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/extract-comments",
Expand All @@ -16,7 +16,7 @@
"node": ">=0.10"
},
"scripts": {
"test": "mocha"
"test": "gulp"
},
"dependencies": {
"cr": "^0.1.0",
Expand Down

0 comments on commit 1e26169

Please sign in to comment.