Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #109 from buildo/web-108-pin_eslintpluginreact_to_…
Browse files Browse the repository at this point in the history
…6101

#108: pin eslint-plugin-react to <6.10.1 (closes #108)
  • Loading branch information
veej committed Mar 20, 2017
2 parents 885dfeb + 8f934af commit ae0c66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"eslint-plugin-no-copy-paste-default-export": "^0.0.3",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-react": "^6.6.0"
"eslint-plugin-react": "^6.6.0 <6.10.1"
},
"peerDependencies": {
"eslint": ">= 2.4.0 < 4"
Expand Down

0 comments on commit ae0c66e

Please sign in to comment.