filamentgroup/shoestring

require("shoestring") does not work from npm package

Closed this issue · 2 comments

When I run:

npm install shoestring

Then:

require("shoestring")

I get:

Error: Cannot find module 'shoestring' from '/project-dir'

Fixed with v1.0.4

Well, we forgot a main entry in the package.json, so we’ve added a v1.0.5 version with this.