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,
|
||||
outputs:2,
|
||||
outputLabels: ["once per minute","only on change"],
|
||||
icon: "sun.png",
|
||||
label: function() {
|
||||
return this.name||"Sun rise/set";
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"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",
|
||||
"dependencies" : {
|
||||
"suncalc" : "1.6.*"
|
||||
"suncalc" : "^1.8.0"
|
||||
},
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
|
Loading…
Reference in New Issue
Block a user