Fix edits in sense hat and prowl nodes

This commit is contained in:
Dave Conway-Jones 2016-11-07 14:17:02 +00:00
parent 7917ca8dcf
commit f2bac89911
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/
var colours = {
'aqua':'#00FFFF',
'aliceblue':'#F0F8FF',

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-pi-sense-hat",
"version" : "0.0.12",
"version" : "0.0.13",
"description" : "A Node-RED node to interact with a Raspberry Pi Sense HAT",
"repository" : {
"type":"git",

View File

@ -1,4 +1,4 @@
/
module.exports = function(RED) {
"use strict";
var Prowl = require('node-prowl');

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-prowl",
"version" : "0.0.8",
"version" : "0.0.9",
"description" : "A Node-RED node to send alerts via Prowl",
"dependencies" : {
"node-prowl" : "0.1.7"