Skip to content

Commit 81e2ded

Browse files
committed
fix: package.json and README
1 parent d2c494d commit 81e2ded

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jcoreio/sparkplug-payload",
33
"version": "0.0.0-development",
4-
"description": "my personal ES2015 library project skeleton",
4+
"description": "routines for encoding and decoding sparkplug payloads",
55
"sideEffects": false,
66
"scripts": {
77
"tsc:watch": "npm run tsc -- --watch",
@@ -15,7 +15,8 @@
1515
"url": "https://github.com/jcoreio/sparkplug-payload.git"
1616
},
1717
"keywords": [
18-
"typescript"
18+
"mqtt",
19+
"sparkplug"
1920
],
2021
"author": "Andy Edwards",
2122
"license": "MIT",

0 commit comments

Comments
 (0)