romeovs / react-a11y

Identifies accessibility issues in your React.js elements
MIT License
19 stars 5 forks source link

Fix travis build issues #23

Closed ebenpack closed 7 years ago

ebenpack commented 7 years ago

From looking at the travis build errors, and (roughly) recreating the environment (node v0.10.48), I believe the build issue was related to missing dependencies (I'm guessing these are pulled in as peer dependencies when using later node/npm versions), as well as a missing polyfill for the mocha tests (for Set & Map).