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:
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
Block a user