Fix main property of package.json

This commit is contained in:
Nicholas O'Leary 2013-09-26 19:58:42 +01:00
parent 6783322e5f
commit 661b08fa4b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"scripts": {
"start": "node red.js"
},
"main": "lib/server.js",
"main": "red/red.js",
"author": "Nick O'Leary",
"contributors": [ {"name": "Dave Conway-Jones"} ],
"keywords": ["editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm"],