Skip to content

Commit dda2724

Browse files
committed
update version
1 parent 250921b commit dda2724

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mqtt",
33
"description": "A library for the MQTT protocol",
4-
"version": "2.18.8",
4+
"version": "2.18.9",
55
"contributors": [
66
"Adam Rudd <adamvrr@gmail.com>",
77
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)"
@@ -33,10 +33,6 @@
3333
"sauce-test": "zuul --server test/browser/server.js --tunnel ngrok -- test/browser/test.js",
3434
"ci": "npm run tslint && npm run typescript-test && npm run test && codecov"
3535
},
36-
"pre-commit": [
37-
"test",
38-
"tslint"
39-
],
4036
"bin": {
4137
"mqtt_pub": "./bin/pub.js",
4238
"mqtt_sub": "./bin/sub.js",

0 commit comments

Comments
 (0)