bump ping package to 0.1 to include i18n

This commit is contained in:
Dave Conway-Jones 2019-10-26 13:07:44 +01:00
parent 0f46364a55
commit b9cf6d88e9
No known key found for this signature in database
GPG Key ID: 302A6725C594817F
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Copyright 2016 JS Foundation and other contributors, https://js.foundation/
Copyright 2016-2019 JS Foundation and other contributors, https://js.foundation/
Copyright 2013-2016 IBM Corp.
Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -7,7 +7,7 @@ remote server, for use as a keep-alive check.
Install
-------
Run the following command in your Node-RED user directory - typically `~/.node-red`
Either use the Editor - Menu - Manage Palette - Import option or run the following command in your Node-RED user directory - typically `~/.node-red`
npm install node-red-node-ping
@ -30,6 +30,7 @@ Usage
Pings a machine and returns the trip time in mS as `msg.payload`.
Returns boolean `false` if no response received, or if the host is unresolveable.
`msg.error` will contain any error message if necessary.
`msg.topic` contains the ip address of the target host.

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-ping",
"version" : "0.0.17",
"version" : "0.1.0",
"description" : "A Node-RED node to ping a remote server, for use as a keep-alive check.",
"dependencies" : {
},