File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mqtt" ,
3
3
"description" : " A library for the MQTT protocol" ,
4
- "version" : " 2.18.8 " ,
4
+ "version" : " 2.18.9 " ,
5
5
"contributors" : [
6
6
" Adam Rudd <adamvrr@gmail.com>" ,
7
7
" Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)"
33
33
"sauce-test" : " zuul --server test/browser/server.js --tunnel ngrok -- test/browser/test.js" ,
34
34
"ci" : " npm run tslint && npm run typescript-test && npm run test && codecov"
35
35
},
36
- "pre-commit" : [
37
- " test" ,
38
- " tslint"
39
- ],
40
36
"bin" : {
41
37
"mqtt_pub" : " ./bin/pub.js" ,
42
38
"mqtt_sub" : " ./bin/sub.js" ,
75
71
"readable-stream" : " ^2.3.6" ,
76
72
"reinterval" : " ^1.1.0" ,
77
73
"split2" : " ^2.1.1" ,
78
- "websocket-stream" : " ^5.1.2 " ,
74
+ "websocket-stream" : " ~5.2.0 " ,
79
75
"xtend" : " ^4.0.1"
80
76
},
81
77
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments