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

Remove src directory from .npmigore #29

Merged
merged 1 commit into from
Aug 15, 2017
Merged

Conversation

PMCorbett
Copy link
Contributor

@PMCorbett PMCorbett commented Aug 15, 2017

I'm having an issue with eslint when I import this package.
It is giving me an error: "Unable to resolve path to module 'react-chatview'."

The reason for this is, I think, in the package.json the jsnext:main entry point is looking in the src directory, which is not shipped as its listed in the .npmignore file.

This removes the src ignore from .npmignore

Fixes #28

src/react-chatview.js is specified as the jsnext:main, so it must be
distributed to npm
@gimdongwoo gimdongwoo merged commit 6256c1b into jsdevkr:master Aug 15, 2017
@gimdongwoo
Copy link
Collaborator

Good catch!

The [email protected] has been released.

Thank you.

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

Successfully merging this pull request may close these issues.

Eslint issue when importing package: "Unable to resolve path to module"
2 participants