We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3769d commit d78d323Copy full SHA for d78d323
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "swagger-node",
3
- "version": "0.8.0",
+ "version": "0.8.1",
4
"description": "The Swagger command-line. Provides Swagger utilities and project lifecycle support.",
5
"keywords": [
6
"swagger",
@@ -47,7 +47,7 @@
47
},
48
"scripts": {
49
"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",
+ "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",
51
"start": "node app.js"
52
53
"bin": {
0 commit comments