Skip to content

Fix for NPM 2 peerDependencies + error swallowing issues

Compare
Choose a tag to compare
@KyleAMathews KyleAMathews released this 30 Jul 17:33
· 21107 commits to master since this release
  • eslint-plugin-jsx-a11y added a peerDependency on a patch update which meant NPM 2 users couldn't install Gatsby or starters. #369 pins the plugin to the last good release.
  • @kennu fixed an instance where we were hiding important errors #366