Wrong module in @splitbee/node package.json
maximedupre opened this issue · 0 comments
maximedupre commented
https://github.com/splitbee/splitbee-js/blob/master/splitbee-node/package.json
The following modification is necessary as the file path is wrong.
- "module": "dist/splitbee-node.esm.js",
+ "module": "dist/node.esm.js",