Skip to content

Commit

Permalink
Update peerDependencies stylelint range (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjankord committed Sep 17, 2019
1 parent cf6d158 commit a418697
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 @@ -32,7 +32,7 @@
"stylelint-scss": "^3.4.0"
},
"peerDependencies": {
"stylelint": ">=10.0.1"
"stylelint": "^10.0.1 || ^11.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
Expand All @@ -41,7 +41,7 @@
"babel-tape-runner": "^3.0.0",
"prepend-file": "^1.3.1",
"shelljs": "^0.8.1",
"stylelint": ">=10.0.1",
"stylelint": "^11.0.0",
"tape": "^4.2.0"
},
"scripts": {
Expand Down

0 comments on commit a418697

Please sign in to comment.