Skip to content

Commit

Permalink
relaxing version constraint to allow stylelint v14
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-c committed Nov 30, 2021
1 parent 9dc9b35 commit 28f234e
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 @@ -25,10 +25,10 @@
"lodash": "^4.17.5"
},
"devDependencies": {
"stylelint": "^9.0.0",
"stylelint": "^14.0.0",
"stylelint-test-rule-tape": "^0.2.0"
},
"peerDependencies": {
"stylelint": ">= 9.x < 14"
"stylelint": ">= 9.x < 15"
}
}

0 comments on commit 28f234e

Please sign in to comment.