- Changed structure layout

- Fixed query-game-server node so it actually works instead of throwing browser errors when added to the user's work area.
- Updated query-game-server.html to look better
- Added stuff to the node help
This commit is contained in:
2019-12-04 12:41:11 -07:00
parent 73850eaba8
commit d3c076bb6a
5 changed files with 163 additions and 92 deletions
+2 -6
View File
@@ -2,10 +2,6 @@
"name": "node-red-contrib-gamedig",
"version": "0.1.0",
"description": "Query for the status of any game server using node-red",
"main": "query-game-server/query-game-server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skylord123/node-red-contrib-gamedig.git"
@@ -18,10 +14,10 @@
"homepage": "https://github.com/skylord123/node-red-contrib-gamedig#readme",
"node-red": {
"nodes": {
"query-game-server": "query-game-server/query-game-server.js"
"query-game-server": "query-game-server.js"
}
},
"dependencies": {
"gamedig": "^2.0.13"
"gamedig": "^2.0.0"
}
}