Skip to content

Commit

Permalink
Merge pull request #10 from NewOrbit/ws-patch1
Browse files Browse the repository at this point in the history
Bump everything to @latest
  • Loading branch information
Owen Pattison authored Jan 20, 2021
2 parents c5aa9fe + ffa3faa commit 67c246d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
"stylelint-no-unsupported-browser-features"
],
"rules": {
"at-rule-blacklist": ["extend"],
"at-rule-disallowed-list": ["extend"],
"at-rule-name-case": "lower",
"at-rule-name-space-after": "always-single-line",
"at-rule-semicolon-newline-after": "always",
Expand Down Expand Up @@ -222,7 +222,7 @@ module.exports = {
"declaration-colon-newline-after": "always-multi-line",
"declaration-colon-space-after": "always-single-line",
"declaration-colon-space-before": "never",
"declaration-property-value-blacklist": {
"declaration-property-value-disallowed-list": {
"/^transition/": [
"/all/"
],
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"homepage": "https://github.com/NewOrbit/stylelint-config#readme",
"dependencies": {},
"peerDependencies": {
"stylelint": "8.x",
"stylelint-scss": "2.x",
"stylelint-order": "0.x",
"stylelint-no-unsupported-browser-features": "3.x"
"stylelint": "^13.9.0",
"stylelint-scss": "^3.18.0",
"stylelint-order": "^4.1.0",
"stylelint-no-unsupported-browser-features": "^4.1.4"
}
}

0 comments on commit 67c246d

Please sign in to comment.