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

chore: update package.json, + fixed npm run build issue on Windows #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

colindekker
Copy link

for, allowing for eact 16. fixed npm script issue on windows (npm run build did not understand ;, repalced with && )

@nikordaris
Copy link
Owner

nikordaris commented Nov 9, 2017

Thanks for the pull request. It looks like the upgrade to Enzyme needs to set an adaptor to react 16. I'm in the process of upgrading one of my other libraries to react 16 and the jest and enzyme upgrades aren't backwards compatible so I had to fix a few of my tests to use the new API. If that is more work than you intended to take on perhaps we should rescope this PR to be for making the library compatible with Windows. I did a quick search on it and supposedly "&&" isn't completely cross-platform either so perhaps we should use a library like, npm-run-all something similar.

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.

None yet

2 participants