Bump blink node to pickup newer dependancy

(should compile on node v0.12)
This commit is contained in:
Dave Conway-Jones 2015-09-24 18:59:50 +01:00
parent c5db30d0c4
commit ffb6d267ed
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{
"name" : "node-red-node-blink1",
"version" : "0.0.8",
"version" : "0.0.9",
"description" : "A Node-RED node to control a Thingm Blink(1)",
"dependencies" : {
"node-blink1" : "0.1.5"
"node-blink1" : "0.2.1"
},
"repository" : {
"type":"git",