Skip to content

Commit

Permalink
Bump node requirement to >= 16, node-red >= 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bnystrom committed Apr 19, 2023
1 parent 9748678 commit 78126ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
17 changes: 3 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "node-red-contrib-ocpp",
"version": "1.3.3",
"version": "1.3.4",
"description": "A set of nodes to communicate via OCPP to a compatible charge box or central system",
"main": "ocpp-req.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"mon": "nodemon -e js,html --exec node-red"
},
"engines": {
"node": ">=10.0.0"
"node": ">=16.0.0"
},
"repository": {
"type": "git",
Expand All @@ -23,6 +23,7 @@
"ocpp chargepoint"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"ocpp-req": "ocpp/ocpp-req.js",
"ocpp-cp-req": "ocpp/ocpp-cp-req.js",
Expand All @@ -47,7 +48,6 @@
"debug": "^4.3.1",
"express": "^4.17.1",
"express-ws": "^5.0.2",
"reconnecting-websocket": "^4.4.0",
"soap": "^1.0.0",
"ws": "^8.12.0",
"xml-js": "^1.6.11"
Expand Down

0 comments on commit 78126ba

Please sign in to comment.