Skip to content

Commit 488d752

Browse files
committed
Make index import web-umd
1 parent 74345cf commit 488d752

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

node.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./dist/node/pusher');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pusher-websocket-iso",
33
"version": "0.2.0",
44
"description": "EXPERIMENTAL isomorphic Pusher WebSocket client",
5-
"main": "dist/node/pusher.js",
5+
"main": "dist/web-umd/pusher.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

0 commit comments

Comments
 (0)