Skip to content

Commit

Permalink
Disable Restify 6.3.4 on Node 0.10 due to Restify bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
NatalieWolfe committed Jan 30, 2018
1 parent d30f150 commit bd8673f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion test/versioned/restify/package.json
Expand Up @@ -22,7 +22,23 @@
},
{
"engines": {
"node": ">=0.10.0"
"node": "^0.10"
},
"dependencies": {
"restify": ">=5.0.0 <6.3.4 || >6.3.4",
"express": "4.16"
},
"files": [
"capture-params.tap.js",
"ignoring.tap.js",
"restify.tap.js",
"router.tap.js",
"rum.tap.js"
]
},
{
"engines": {
"node": ">=0.11.0"
},
"dependencies": {
"restify": ">=5.0.0",
Expand Down

0 comments on commit bd8673f

Please sign in to comment.