Skip to content

Commit d78d323

Browse files
committed
Bump version for npm
1 parent ed3769d commit d78d323

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,6 +1,6 @@
11
{
22
"name": "swagger-node",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "The Swagger command-line. Provides Swagger utilities and project lifecycle support.",
55
"keywords": [
66
"swagger",
@@ -47,7 +47,7 @@
4747
},
4848
"scripts": {
4949
"test": "./node_modules/.bin/_mocha --exit -u bdd -R spec test/config.js test/util test/commands test/commands/project test/project-skeletons",
50-
"coverage": "istanbul cover ./node_modules/.bin/_mocha -u bdd -- -R spec test/config.js test/util test/commands test/commands/project test/project-skeletons",
50+
"coverage": "istanbul cover ./node_modules/.bin/_mocha --exit -u bdd -R spec test/config.js test/util test/commands test/commands/project test/project-skeletons",
5151
"start": "node app.js"
5252
},
5353
"bin": {

0 commit comments

Comments
 (0)