Skip to content

Commit 256e9fc

Browse files
author
Jinsu Mathew
committed
0.2.0
1 parent b7b9409 commit 256e9fc

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mqtt-cli",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A node command line app to send mqtt messages through a mqtt broker. Can also be used to subscribe and listen to incoming messages on a topic.",
55
"main": "mqtt-cli.js",
66
"bin": {
@@ -10,16 +10,21 @@
1010
"test": "echo \"Error: no test specified\" && exit 1"
1111
},
1212
"keywords": [
13-
"mqtt", "cli", "mqtt-cli", "mosca", "mosquitto", "paho", "client"
13+
"mqtt",
14+
"cli",
15+
"mqtt-cli",
16+
"mosca",
17+
"mosquitto",
18+
"paho",
19+
"client"
1420
],
1521
"author": "Jinsu Mathew <jinsu.mails@gmail.com>",
16-
"license": "ISC",
22+
"license": "MIT",
1723
"dependencies": {
1824
"mqtt": "^1.0.3"
1925
},
2026
"repository": {
2127
"type": "git",
2228
"url": "git@github.com:mindhelix/mqtt-cli.git"
23-
},
24-
"license": "MIT"
29+
}
2530
}

0 commit comments

Comments
 (0)