Skip to content

Commit 8543bea

Browse files
committed
Version 2.2.0
1 parent 991ad4b commit 8543bea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ jspm_packages
3737

3838
# Optional REPL history
3939
.node_repl_history
40+
41+
package-lock.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "async-mqtt",
3-
"version": "2.0.0",
3+
"version": "2.2.0",
44
"description": "Promise wrapper over MQTT.js",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
8+
"test": "node test.js"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)