Skip to content

Commit d2924c0

Browse files
committed
release 3.0.1
- fix peerDependencies
1 parent 17c0f73 commit d2924c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mavrin/stylelint-declaration-use-css-custom-properties",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A stylelint custom rule to check the use of css custom properties on declaration",
55
"main": "index.js",
66
"files": [
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://github.com/Mavrin/stylelint-declaration-use-css-custom-properties#readme",
3434
"peerDependencies": {
35-
"stylelint": "^14 | ^15"
35+
"stylelint": "^14 || ^15"
3636
},
3737
"devDependencies": {
3838
"eslint": "^8.8.0",

0 commit comments

Comments
 (0)