Skip to content

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

Open
colindekker wants to merge 1 commit into
nikordaris:masterfrom
colindekker:master
Open

chore: update package.json, + fixed npm run build issue on Windows#6
colindekker wants to merge 1 commit into
nikordaris:masterfrom
colindekker:master

Conversation

@colindekker

Copy link
Copy Markdown

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

@nikordaris

nikordaris commented Nov 9, 2017

Copy link
Copy Markdown
Owner

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.

2 participants