mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
bump pibrella node for PR
This commit is contained in:
@@ -4,9 +4,9 @@ matrix:
|
|||||||
# allow_failures:
|
# allow_failures:
|
||||||
# - node_js: 16
|
# - node_js: 16
|
||||||
include:
|
include:
|
||||||
- node_js: 16
|
- node_js: 22
|
||||||
- node_js: 14
|
- node_js: 20
|
||||||
- node_js: 12
|
- node_js: 18
|
||||||
# - python: 2.7
|
# - python: 2.7
|
||||||
# language: python
|
# language: python
|
||||||
# before_script: pip install flake8
|
# before_script: pip install flake8
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-pibrella",
|
"name" : "node-red-node-pibrella",
|
||||||
"version" : "0.1.0",
|
"version" : "0.2.0",
|
||||||
"description" : "A Node-RED node to read from and write to a Pibrella Raspberry Pi add-on board",
|
"description" : "A Node-RED node to read from and write to a Pibrella Raspberry Pi add-on board",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
},
|
},
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Dave Conway-Jones",
|
"name": "Dave Conway-Jones",
|
||||||
"email": "ceejay@vnet.ibm.com",
|
"email": "dceejay@gmail.com",
|
||||||
"url": "http://nodered.org"
|
"url": "http://nodered.org"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user