Relax eslint-plugin-flowtype peerDep

This commit is contained in:
Brian Ng 2018-11-21 09:04:12 -06:00
parent ad2ca8dd4b
commit 0076d85f5d

View File

@ -12,7 +12,7 @@
"main": "index.js", "main": "index.js",
"peerDependencies": { "peerDependencies": {
"babel-eslint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0", "babel-eslint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"eslint-plugin-flowtype": "^2.4.0" "eslint-plugin-flowtype": "^2 || ^3"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"