diff --git a/package.json b/package.json index b35f2b1..9523958 100644 --- a/package.json +++ b/package.json @@ -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", @@ -16,7 +16,7 @@ "node": ">=0.10" }, "scripts": { - "test": "mocha" + "test": "gulp" }, "dependencies": { "cr": "^0.1.0",