Skip to content

Commit

Permalink
Fix Node-RED version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Oct 11, 2023
1 parent 41ae12b commit 3247dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alexandrainst/node-red-http-basic-auth",
"version": "2.2.0",
"version": "2.2.1",
"description": "Node-RED node for HTTP Basic Authorization",
"keywords": [
"node-red",
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=12"
},
"node-red": {
"version": ">2",
"version": ">=2.0.0",
"nodes": {
"http-basic-auth": "nodes/http-auth.js",
"http-basic-auth-cred": "nodes/http-auth-cred.js",
Expand Down

0 comments on commit 3247dfc

Please sign in to comment.