Skip to content

Commit

Permalink
Node engine change to support 4.x and deps upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
subeeshcbabu authored and tlivings committed Apr 21, 2016
1 parent 4f9cab5 commit c809c85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "4.2"
- "0.12"
- "0.10"
- "iojs"
- "iojs-v1.1.0"
branches:
only:
- master
Expand Down
16 changes: 10 additions & 6 deletions package.json
Expand Up @@ -2,6 +2,10 @@
"name": "swaggerize-express",
"version": "4.0.5",
"author": "Trevor Livingston <trlivingston@paypal.com>",
"contributors": [
"Trevor Livingston <tlivings@gmail.com>",
"Subeesh Chothendavida <subeeshcbabu@yahoo.co.in>"
],
"description": "Design-driven apis with swagger 2.0 and express.",
"keywords": [
"swagger",
Expand All @@ -24,11 +28,11 @@
},
"bugs": "http://github.com/krakenjs/swaggerize-express/issues",
"engines": {
"node": "0.10.x"
"node": "<=4.x"
},
"dependencies": {
"async": "^0.9.0",
"caller": "^0.0.1",
"async": "^1.5.0",
"caller": "^1.0.1",
"core-util-is": "^1.0.1",
"debuglog": "^1.0.1",
"js-yaml": "^3.2.6",
Expand All @@ -39,11 +43,11 @@
"express": "^4.0.0"
},
"devDependencies": {
"tape": "^2.4.2",
"istanbul": "^0.2.3",
"tape": "^4.2.2",
"istanbul": "~0.4.0",
"jshint": "^2.4.1",
"express": "^4.6.1",
"supertest": "^0.13.0",
"supertest": "^1.1.0",
"body-parser": "^1.7.0"
},
"scripts": {
Expand Down

0 comments on commit c809c85

Please sign in to comment.