Fixup all the tests

This commit is contained in:
Nick O'Leary
2018-08-20 16:17:24 +01:00
parent 998bf92ad4
commit 38a1291c5b
113 changed files with 458 additions and 250 deletions

View File

@@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/node-red/node-red.git"
},
"main": "red/red.js",
"main": "lib/red.js",
"scripts": {
"start": "node red.js"
},