mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix main property of package.json
This commit is contained in:
parent
6783322e5f
commit
661b08fa4b
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node red.js"
|
"start": "node red.js"
|
||||||
},
|
},
|
||||||
"main": "lib/server.js",
|
"main": "red/red.js",
|
||||||
"author": "Nick O'Leary",
|
"author": "Nick O'Leary",
|
||||||
"contributors": [ {"name": "Dave Conway-Jones"} ],
|
"contributors": [ {"name": "Dave Conway-Jones"} ],
|
||||||
"keywords": ["editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm"],
|
"keywords": ["editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm"],
|
||||||
|
Loading…
Reference in New Issue
Block a user