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 250921b commit dda2724Copy full SHA for dda2724
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "mqtt",
3
"description": "A library for the MQTT protocol",
4
- "version": "2.18.8",
+ "version": "2.18.9",
5
"contributors": [
6
"Adam Rudd <adamvrr@gmail.com>",
7
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)"
@@ -33,10 +33,6 @@
33
"sauce-test": "zuul --server test/browser/server.js --tunnel ngrok -- test/browser/test.js",
34
"ci": "npm run tslint && npm run typescript-test && npm run test && codecov"
35
},
36
- "pre-commit": [
37
- "test",
38
- "tslint"
39
- ],
40
"bin": {
41
"mqtt_pub": "./bin/pub.js",
42
"mqtt_sub": "./bin/sub.js",
0 commit comments