update notify package to use a more cross platform library

This commit is contained in:
Dave Conway-Jones
2018-09-10 11:37:20 -04:00
parent 949bbe95cd
commit 8acc5064d0
4 changed files with 29 additions and 19 deletions

View File

@@ -1,17 +1,17 @@
{
"name" : "node-red-node-notify",
"version" : "0.0.5",
"version" : "0.1.1",
"description" : "A Node-RED node to send local popup Notify alerts",
"dependencies" : {
"growl" : "1.8.1"
"node-notifier" : "5.2.1"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"path":"/tree/master/social/growl"
"path":"/tree/master/social/notify"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "growl", "notify"],
"keywords": [ "node-red", "notify", "growl"],
"node-red" : {
"nodes" : {
"notify": "57-notify.js"