Update peer dependencies and allow babel-eslint 11

This commit is contained in:
Daniel Tschinder 2019-02-10 14:17:27 -08:00
parent 7c39f9477f
commit 3a5d6ee433

View File

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