Add 0.12 to engine statement

This commit is contained in:
Nick O'Leary 2015-07-15 10:50:38 +01:00
parent 1a07c5a329
commit 50788af6ca
1 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,6 @@
"supertest": "1.0.1"
},
"engines": {
"node": ">=0.8 <0.12"
"node": ">=0.8 <=0.12"
}
}