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 74345cf commit 488d752Copy full SHA for 488d752
node.js
@@ -0,0 +1 @@
1
+module.exports = require('./dist/node/pusher');
package.json
@@ -2,7 +2,7 @@
2
"name": "pusher-websocket-iso",
3
"version": "0.2.0",
4
"description": "EXPERIMENTAL isomorphic Pusher WebSocket client",
5
- "main": "dist/node/pusher.js",
+ "main": "dist/web-umd/pusher.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
0 commit comments