@primer/stylelint-config 12.4.0-rc.b143f87 → 12.4.0-rc.fd7a230
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.
- package/CHANGELOG.md +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
- [#232](https://github.com/primer/stylelint-config/pull/232) [`27ddfc9`](https://github.com/primer/stylelint-config/commit/27ddfc98f93ed898552bb62aa0926d35497dda72) Thanks [@jonrohan](https://github.com/jonrohan)! - Creating a responsive-widths plugin to keep fixed widths smaller than the minimum viewport size
|
|
8
8
|
|
|
9
|
+
* [#253](https://github.com/primer/stylelint-config/pull/253) [`0edeee0`](https://github.com/primer/stylelint-config/commit/0edeee07b1e7ef51bcd0942c65d98131ac384887) Thanks [@jonrohan](https://github.com/jonrohan)! - Changing this peerDependency to be any
|
|
10
|
+
|
|
9
11
|
## 12.3.3
|
|
10
12
|
|
|
11
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/stylelint-config",
|
|
3
|
-
"version": "12.4.0-rc.
|
|
3
|
+
"version": "12.4.0-rc.fd7a230",
|
|
4
4
|
"description": "Sharable stylelint config used by GitHub's CSS",
|
|
5
5
|
"homepage": "http://primer.style/css/tools/linting",
|
|
6
6
|
"author": "GitHub, Inc.",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"tap-map": "^1.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@primer/css": "
|
|
42
|
-
"@primer/primitives": "
|
|
41
|
+
"@primer/css": "*",
|
|
42
|
+
"@primer/primitives": "*",
|
|
43
43
|
"stylelint": ">= 14.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|