File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swagger-node" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " The Swagger command-line. Provides Swagger utilities and project lifecycle support." ,
5
5
"keywords" : [
6
6
" swagger" ,
47
47
},
48
48
"scripts" : {
49
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" ,
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" ,
51
51
"start" : " node app.js"
52
52
},
53
53
"bin" : {
You can’t perform that action at this time.
0 commit comments