Skip to content

Commit

Permalink
Merge pull request #15 from mountaindude/main
Browse files Browse the repository at this point in the history
fix: Improve Node-RED scorecard ranking
  • Loading branch information
mountaindude authored Sep 2, 2023
2 parents aa61770 + 1d69040 commit 101ae9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# command: manifest
# bootstrap-sha: ad2255c9c24f68d0adb5255159fa5a849ab880e4
# last-release-sha: b6266be9857c88405364c8af54fbfbed83bb9f66
release-as: 0.0.1
# release-as: 0.0.1
release-type: node
package-name: ctrl-q-nr
default-branch: main
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ptarmiganlabs/ctrl-q-nr/issues"
},
"keywords": [
"ctrl-q",
"butler",
Expand All @@ -40,7 +43,11 @@
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3"
},
"engines": {
"node": ">=16.0.0"
},
"node-red": {
"version": ">=3.0.0",
"nodes": {
"qseow-app": "src/qseow-app-nr.js",
"qseow-task": "src/qseow-task-nr.js",
Expand All @@ -52,4 +59,4 @@
"qscloud-reload-status": "src/qscloud-reload-status-nr.js"
}
}
}
}

0 comments on commit 101ae9e

Please sign in to comment.