Skip to content

Commit

Permalink
Add node to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Oct 12, 2023
1 parent 1396faf commit 1b8640c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"nodes": {
"http-basic-auth": "nodes/http-auth.js",
"http-basic-auth-cred": "nodes/http-auth-cred.js",
"http-basic-auth-file": "nodes/http-auth-file.js"
"http-basic-auth-file": "nodes/http-auth-file.js",
"http-basic-auth-multiple": "nodes/http-auth-multiple.js"
}
},
"dependencies": {
Expand All @@ -51,7 +52,7 @@
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"node-red-contrib-mock-cli": "^1.3.1"
"node-red-contrib-mock-cli": "^1.4.0"
},
"scripts": {
"start": "node ./index.js",
Expand Down

0 comments on commit 1b8640c

Please sign in to comment.