mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
update node-red-nodes package to remove v0.8
This commit is contained in:
parent
b443e85e44
commit
d7be242477
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-nodes",
|
||||
"version" : "0.0.1",
|
||||
"version" : "0.0.2",
|
||||
"description" : "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
|
||||
"homepage" : "http://nodered.org",
|
||||
"license" : "Apache-2.0",
|
||||
@ -10,7 +10,8 @@
|
||||
},
|
||||
"contributors": [
|
||||
{"name": "Dave Conway-Jones"},
|
||||
{"name": "Nick O'Leary"}
|
||||
{"name": "Nick O'Leary"},
|
||||
{"name": "Ben Hardill"}
|
||||
],
|
||||
"keywords": [
|
||||
"Node-RED", "nodes", "iot", "ibm", "flow"
|
||||
@ -34,6 +35,6 @@
|
||||
"imap" : "0.8.14"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8"
|
||||
"node": ">=0.10"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user