Skip to content

Commit a87b947

Browse files
chore: remove node config from package.json
1 parent 8c16079 commit a87b947

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

package.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,5 @@
44
},
55
"engines": {
66
"node": "18.14"
7-
},
8-
"name": "node-red-project",
9-
"description": "A Node-RED Project",
10-
"version": "0.0.1",
11-
"private": true,
12-
"dependencies": {
13-
"node-red-contrib-azure-ad-auth": "~3.1.25",
14-
"node-red-contrib-got": "~1.0.0",
15-
"node-red-contrib-https": "~2.0.0",
16-
"node-red-node-serialport": "~1.0.1"
17-
},
18-
"node-red": {
19-
"settings": {
20-
"flowFile": "flows.json",
21-
"credentialsFile": "flows_cred.json"
22-
}
23-
}
7+
}
248
}

0 commit comments

Comments
 (0)