mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
bump suncalc package
This commit is contained in:
parent
faba134e42
commit
c064b88540
@ -57,6 +57,7 @@
|
|||||||
},
|
},
|
||||||
inputs:0,
|
inputs:0,
|
||||||
outputs:2,
|
outputs:2,
|
||||||
|
outputLabels: ["once per minute","only on change"],
|
||||||
icon: "sun.png",
|
icon: "sun.png",
|
||||||
label: function() {
|
label: function() {
|
||||||
return this.name||"Sun rise/set";
|
return this.name||"Sun rise/set";
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-suncalc",
|
"name" : "node-red-node-suncalc",
|
||||||
"version" : "0.0.9",
|
"version" : "0.0.10",
|
||||||
"description" : "A Node-RED node to provide a signal at sunrise and sunset",
|
"description" : "A Node-RED node to provide a signal at sunrise and sunset",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"suncalc" : "1.6.*"
|
"suncalc" : "^1.8.0"
|
||||||
},
|
},
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"type":"git",
|
"type":"git",
|
||||||
|
Loading…
Reference in New Issue
Block a user