Skip to content

Commit

Permalink
Updated version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johnelder committed Jul 26, 2023
1 parent 5c87aeb commit ce9eca2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Data is pulled from the system using **node-os-utils** and packets are sent with
## Instructions

* Download and unzip into home directory.
* Run npm install
* Edit config.js
* Run with node index.js or use something like PM2 for managing the process.

Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "systemmqtt",
"version": "1.0.0",
"description": "Simple system stat logger to mqtt",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/johnelder/SystemMQTT.git"
},
"keywords": [
"mqtt"
],
"author": "Jonathan Elder",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnelder/SystemMQTT/issues"
},
"homepage": "https://github.com/johnelder/SystemMQTT#readme",
"dependencies": {
"mqtt": "^4.3.7",
"node-os-utils": "^1.3.7"
}
}
"name": "systemmqtt",
"version": "1.0.2",
"description": "Simple system stat logger to mqtt",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/johnelder/SystemMQTT.git"
},
"keywords": [
"mqtt"
],
"author": "Jonathan Elder",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnelder/SystemMQTT/issues"
},
"homepage": "https://github.com/johnelder/SystemMQTT#readme",
"dependencies": {
"mqtt": "^4.3.7",
"node-os-utils": "^1.3.7"
}
}

0 comments on commit ce9eca2

Please sign in to comment.