@mrhenry/stylelint-mrhenry-invalid-of-type-selectors 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # [@mrhenry/invalid-of-type-selectors](https://www.npmjs.com/package/@mrhenry/invalid-of-type-selectors) [<img src="https://wp.assets.sh/uploads/sites/2963/2021/09/mrhenry-gezicht-small.png" alt="Mr. Henry's logo." width="90" height="90" align="right">](https://www.mrhenry.be/)
1
+ # [@mrhenry/stylelint-mrhenry-invalid-of-type-selectors](https://www.npmjs.com/package/@mrhenry/stylelint-mrhenry-invalid-of-type-selectors) [<img src="https://wp.assets.sh/uploads/sites/2963/2021/09/mrhenry-gezicht-small.png" alt="Mr. Henry's logo." width="90" height="90" align="right">](https://www.mrhenry.be/)
2
2
 
3
- [![version](https://img.shields.io/npm/v/@mrhenry/invalid-of-type-selectors.svg)](https://www.npmjs.com/package/@mrhenry/invalid-of-type-selectors)
3
+ [![version](https://img.shields.io/npm/v/@mrhenry/stylelint-mrhenry-invalid-of-type-selectors.svg)](https://www.npmjs.com/package/@mrhenry/stylelint-mrhenry-invalid-of-type-selectors)
4
4
 
5
5
  Warn when `:first-of-type` and similar selectors are used in selectors that do not match at least one type.
6
6
  This rule is not fully accurate and will have false negatives (`foo .bar:first-of-type`), but it is accurate enough to create awareness around the general issue.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrhenry/stylelint-mrhenry-invalid-of-type-selectors",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Warn when :first-of-type is used with class selectors",
5
5
  "main": "stylelint-mrhenry-invalid-of-type-selectors.js",
6
6
  "scripts": {
@@ -32,9 +32,9 @@
32
32
  "postcss-selector-parser": "^6.0.11"
33
33
  },
34
34
  "peerDependencies": {
35
- "stylelint": "^14.16.1"
35
+ "stylelint": "^14.16.1 || ^15.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "stylelint": "^14.16.1"
38
+ "stylelint": "^15.0.0"
39
39
  }
40
40
  }