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 9d4f09b commit 987295dCopy full SHA for 987295d
lib/browser.js
@@ -0,0 +1,6 @@
1
+
2
+var MqttClient = require('./client')
3
+ , MqttConnection = require('./connection');
4
5
+module.exports.MqttClient = MqttClient;
6
+module.exports.MqttConnection = MqttConnection;
package.json
@@ -27,6 +27,7 @@
27
"engines": {
28
"node": ">=0.8.6"
29
},
30
+ "browser": "./lib/browser.js",
31
"dependencies": {
32
"readable-stream": "~1.0.2"
33
0 commit comments