Skip to content

Commit 4897d3a

Browse files
committed
Stylelint version update and making the peerDependency more flexible
1 parent 7d7ec8b commit 4897d3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-vast",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Stylelint shareable config for Vast's CSS coding standards",
55
"main": "index.js",
66
"scripts": {
@@ -32,9 +32,9 @@
3232
"eslint": "3.2.2",
3333
"eslint-config-vast": "1.0.1",
3434
"pre-commit": "1.1.3",
35-
"stylelint": "7.1.0"
35+
"stylelint": "7.2.0"
3636
},
3737
"peerDependencies": {
38-
"stylelint": "7.1.0"
38+
"stylelint": "^7.2.0"
3939
}
4040
}

0 commit comments

Comments
 (0)