bump suncalc package

This commit is contained in:
Dave Conway-Jones 2017-01-29 17:47:06 +00:00
parent faba134e42
commit c064b88540
2 changed files with 3 additions and 2 deletions

View File

@ -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";

View File

@ -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",