mirror of https://github.com/node-red/node-red.git
Add engine restriction against node 0.12
parent
43054906dc
commit
339e6039e1
|
@ -66,6 +66,6 @@
|
|||
"supertest": "0.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8"
|
||||
"node": ">=0.8 <0.12"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue