package.json "main" incorrect?
allonhadaya opened this issue · 2 comments
allonhadaya commented
Hey, what a cool project! I'm really excited to play with it.
package.json:
{
...
"main": "dist/index.js",
...
}
but it looks like that file does not exist
> ls node_modules/mappa-mundi/dist
mappa.js mappa.js.map mappa.min.js mappa.min.js.map
Should main be pointing to mappa.js instead, or should an index.js file actually exist?
cvalenzuela commented
nice catch! yes, it should point to mappa.js
I'll fix it right away.
Please try it and feel free to submit PR or send me your feedback!
allonhadaya commented
It looks like it's working now. Thanks!