We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991ad4b commit 8543beaCopy full SHA for 8543bea
.gitignore
@@ -37,3 +37,5 @@ jspm_packages
37
38
# Optional REPL history
39
.node_repl_history
40
+
41
+package-lock.json
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "async-mqtt",
3
- "version": "2.0.0",
+ "version": "2.2.0",
4
"description": "Promise wrapper over MQTT.js",
5
"main": "index.js",
6
"types": "index.d.ts",
7
"scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "node test.js"
9
},
10
"repository": {
11
"type": "git",
0 commit comments