[Fix] eslint peerDep should not include breaking changes.

This commit is contained in:
Jordan Harband
2016-02-13 11:10:48 -08:00
parent 44cc90f31c
commit d952efed24

View File

@@ -46,6 +46,7 @@
"parallelshell": "^2.0.0"
},
"peerDependencies": {
"eslint": ">=1.0.0"
"eslint": "^1.0.0",
"eslint-plugin-react": "^3.16.1"
}
}