Up version to 1.0.1

- Updated readme and added keywords
This commit is contained in:
Skylar Sadlier 2019-12-04 12:58:04 -07:00
parent 539f7fe21f
commit 560d24f068
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,4 @@
# node-red-contrib-gamedig
Query for the status of any game server using Node Red
Query for the status of any game server using Node Red.
This package adds the node "Query Game Server" that uses GameDig to query if a server is online or not and if so returns the data of the server.

View File

@ -1,6 +1,6 @@
{
"name": "node-red-contrib-gamedig",
"version": "1.0.0",
"version": "1.0.1",
"description": "Query for the status of any game server using node-red",
"repository": {
"type": "git",
@ -12,6 +12,7 @@
"url": "https://github.com/skylord123/node-red-contrib-gamedig/issues"
},
"homepage": "https://github.com/skylord123/node-red-contrib-gamedig#readme",
"keywords": [ "node-red", "gamedig", "query game server" ],
"node-red": {
"nodes": {
"query-game-server": "query-game-server.js"