Closed grahamb closed 10 years ago
I think it's better to reference the dist
file directly in the package.json. When I was throwing together this module into an npm module, I must have skipped the part where it asks for the main
. Oops!
Thanks for raising the issue! :+1:
The project's
package.json
specifiesindex.js
as its entry-point, but there is no index.js in the project. This means that the package can't actually berequire
'd by node.Fixes #1