Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
update all template deps to latest revs
Browse files Browse the repository at this point in the history
  • Loading branch information
theganyo committed Sep 11, 2015
1 parent 2bb4efc commit c85a333
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions project-skeletons/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"swagger-connect": "^0.1.0"
},
"devDependencies": {
"should": "^5.2.0",
"supertest": "^0.15.0"
"should": "^7.1.0",
"supertest": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions project-skeletons/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"swagger-express-mw": "^0.1.0"
},
"devDependencies": {
"should": "^5.2.0",
"supertest": "^0.15.0"
"should": "^7.1.0",
"supertest": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions project-skeletons/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"license": "",
"main": "app.js",
"dependencies": {
"hapi": "^8.4.0",
"hapi": "^10.0.0",
"swagger-hapi": "^0.1.0"
},
"devDependencies": {
"should": "^5.2.0",
"supertest": "^0.15.0"
"should": "^7.1.0",
"supertest": "^1.0.0"
}
}
6 changes: 3 additions & 3 deletions project-skeletons/restify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"license": "",
"main": "app.js",
"dependencies": {
"restify": "^3.0.1",
"restify": "^4.0.2",
"swagger-restify-mw": "^0.1.0"
},
"devDependencies": {
"should": "^5.2.0",
"supertest": "^0.15.0"
"should": "^7.1.0",
"supertest": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion test/commands/project/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ describe('project', function() {
});


describe.only('generate-test', function() {
describe('generate-test', function() {

var name = 'generate-test';
var projPath;
Expand Down

0 comments on commit c85a333

Please sign in to comment.