Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json "main" incorrect? #3

Closed
allonhadaya opened this issue Aug 5, 2017 · 2 comments
Closed

package.json "main" incorrect? #3

allonhadaya opened this issue Aug 5, 2017 · 2 comments

Comments

@allonhadaya
Copy link

allonhadaya commented Aug 5, 2017

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
Copy link
Owner

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
Copy link
Author

It looks like it's working now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants