@fr0st/stylelint-config 2.0.4 → 2.0.5

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 +1 -1
  2. package/package.json +6 -4
package/README.md CHANGED
@@ -29,6 +29,6 @@ The shared config supports both CSS and SCSS. SCSS-specific rules are applied to
29
29
 
30
30
  ## Compatibility
31
31
 
32
- - Node `>=24`
32
+ - Node `^20.19.0 || ^22.13.0 || >=24`
33
33
  - Stylelint: `^17.4.0`
34
34
  - File types: CSS and SCSS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fr0st/stylelint-config",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Stylelint shareable config for the Frost style.",
5
5
  "keywords": [
6
6
  "code",
@@ -22,7 +22,9 @@
22
22
  "license": "MIT",
23
23
  "author": "Elusive <elusivecodes@gmail.com>",
24
24
  "type": "module",
25
- "exports": "./index.js",
25
+ "exports": {
26
+ ".": "./index.js"
27
+ },
26
28
  "main": "index.js",
27
29
  "files": [
28
30
  "index.js",
@@ -41,14 +43,14 @@
41
43
  "stylelint-config-standard-scss": "^17.0.0"
42
44
  },
43
45
  "devDependencies": {
44
- "@fr0st/eslint-config": "^2.0.4",
46
+ "@fr0st/eslint-config": "^2.0.6",
45
47
  "stylelint": "^17.4.0"
46
48
  },
47
49
  "peerDependencies": {
48
50
  "stylelint": "^17.4.0"
49
51
  },
50
52
  "engines": {
51
- "node": ">=24"
53
+ "node": "^20.19.0 || ^22.13.0 || >=24"
52
54
  },
53
55
  "publishConfig": {
54
56
  "access": "public"