1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Add engine restriction against node 0.12

This commit is contained in:
Nick O'Leary 2015-02-22 21:27:50 +00:00
parent 43054906dc
commit 339e6039e1

View File

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