Skip to content

Commit

Permalink
chore(package): update stylelint to version 7.0.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed May 31, 2020
1 parent 2e70236 commit 2a8cb6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/stylelint-config-wordpress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HEAD

* Removed: `stylelint < 6.9.0` compatibility.
* Removed: `stylelint < 7.0.0` compatibility.
* Removed: NodeJS 0.12.x support, `stylelint` and `stylelint-config-wordpress` now require NodeJS > 4.2.1 LTS or greater
* Added: `selector-attribute-quotes` rule.
* Added: `font-weight-notation` rule.
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"eslint-plugin-ava": "^2.2.1",
"eslint-config-stylelint": "^2.0.0",
"npmpub": "^3.0.3",
"stylelint": "^6.9.0"
"stylelint": "^7.0.0"
},
"peerDependencies": {
"stylelint": "^6.9.0"
"stylelint": "^7.0.0"
},
"scripts": {
"ava": "ava --verbose \"__tests__/**/*.js\"",
Expand Down

0 comments on commit 2a8cb6d

Please sign in to comment.