Skip to content

Commit

Permalink
feat: more restrict versions of peerDependencies (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Aug 7, 2018
1 parent f6ad84f commit 128abbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"ybiq": "4.0.0"
},
"peerDependencies": {
"eslint": "5",
"prettier": "1"
"eslint": ">=5.3.0 <6",
"prettier": ">=1.14.0 <2"
},
"scripts": {
"lint:js": "eslint --ignore-path .gitignore --ext .js,.jsx,.mjs .",
Expand Down

0 comments on commit 128abbb

Please sign in to comment.