Skip to content

Commit 0359de9

Browse files
authored
Remove main and add private (#244)
closes #243
1 parent 929d398 commit 0359de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/node-red/node-red-docker.git"
1010
},
11-
"main": "node_modules/node-red/red/red.js",
11+
"private": true,
1212
"scripts": {
1313
"start": "node $NODE_OPTIONS node_modules/node-red/red.js $FLOWS",
1414
"debug": "node --inspect=0.0.0.0:9229 $NODE_OPTIONS node_modules/node-red/red.js $FLOWS",

0 commit comments

Comments
 (0)