pamelafox / ndjson-readablestream

A small JS package for reading a ReadableStream of NDJSON
MIT License
9 stars 4 forks source link

Attempted fix for CJS module error #7

Closed pamelafox closed 9 months ago

pamelafox commented 9 months ago

From what I've read, removing "type": "module" should hopefully fix it. It's no longer needed in Node 16+, and tests run locally. It's difficult to test whether this will work once pulled down from npm (or atleast, I'm not sure how to do that), so I'm making a prerelease.