Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

Commit c3223b4

Browse files
committed
Upgraded browserify to 8.1.1.
1 parent 71865bf commit c3223b4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

examples/ws/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
client.on("message", function(topic, payload) {
1212
alert([topic, payload].join(": "));
13-
client.end();
1413
});
1514

1615
client.publish("mqtt/demo", "hello world!");

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"dependencies": {
7070
"ascoltatori": "~0.19.0",
7171
"async": "~0.9.0",
72-
"brfs": "1.2.0",
73-
"browserify": "~5.9.1",
72+
"brfs": "1.3.0",
73+
"browserify": "~8.1.1",
7474
"bunyan": "~1.2.3",
7575
"commander": "~2.3.0",
7676
"deepcopy": "^0.3.3",

0 commit comments

Comments
 (0)