revert ping node package to remove dep not needed

This commit is contained in:
Dave Conway-Jones 2016-02-22 18:58:34 +00:00
parent 37ec987a34
commit c000993be8
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
{
"name" : "node-red-node-ping",
"version" : "0.0.10",
"version" : "0.0.11",
"description" : "A Node-RED node to ping a remote server, for use as a keep-alive check.",
"dependencies" : {
"net-ping":"1.1.*"
},
"repository" : {
"type":"git",