pladaria / reconnecting-websocket

Reconnecting WebSocket. For Web, React Native, cli (Node.js)
MIT License
1.22k stars 197 forks source link

[BROKEN]Main and module files specified in package.json are missing #111

Closed rimzici closed 4 years ago

rimzici commented 5 years ago
"main": "./dist/reconnecting-websocket-cjs.js",
"module": "./dist/reconnecting-websocket-mjs.js",
"types": "./dist/reconnecting-websocket.d.ts",

Above files, specified in package.json are no more present.

I am not sure if it was intentional, but I could see this commit deletes the dist directory.

Please do review when you get time!

Thanks!

pladaria commented 4 years ago

dist folder is a build artifact and it is published in npm package

You can check it here: https://unpkg.com/browse/reconnecting-websocket@4.3.0/