@zthun/janitor-stylelint-config 19.1.1 → 19.1.3
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/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":["../src/index.
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../src/index.mts"],"sourcesContent":["import type { Config } from \"stylelint\";\n\nconst config: Config = {\n extends: [\"stylelint-config-standard\"],\n};\n\nexport default config;\n"],"names":[],"mappings":";AAEA,MAAM,SAAiB;AAAA,EACrB,SAAS,CAAC,2BAA2B;AACvC;;"}
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.mts"],"sourcesContent":["import type { Config } from \"stylelint\";\n\nconst config: Config = {\n extends: [\"stylelint-config-standard\"],\n};\n\nexport default config;\n"],"names":[],"mappings":"AAEA,MAAM,SAAiB;AAAA,EACrB,SAAS,CAAC,2BAA2B;AACvC;"}
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zthun/janitor-stylelint-config",
|
|
3
|
-
"version": "19.1.
|
|
3
|
+
"version": "19.1.3",
|
|
4
4
|
"description": "A shared configuration for stylelint for @zthun scoped projects.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stylelint",
|
|
7
7
|
"stylelint-config"
|
|
8
8
|
],
|
|
9
9
|
"type": "module",
|
|
10
|
-
"types": "./dist/index.d.
|
|
10
|
+
"types": "./dist/index.d.mts",
|
|
11
11
|
"main": "./dist/index.cjs",
|
|
12
12
|
"module": "./dist/index.js",
|
|
13
13
|
"exports": {
|
|
14
|
-
"types": "./dist/index.d.
|
|
14
|
+
"types": "./dist/index.d.mts",
|
|
15
15
|
"require": "./dist/index.cjs",
|
|
16
16
|
"import": "./dist/index.js"
|
|
17
17
|
},
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"stylelint-config-standard": "^38.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@zthun/janitor-build-config": "^19.1.
|
|
34
|
+
"@zthun/janitor-build-config": "^19.1.3",
|
|
35
35
|
"postcss": "^8.5.4",
|
|
36
36
|
"stylelint": "^16.20.0",
|
|
37
37
|
"vite": "^6.3.5"
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
46
|
"author": "Anthony Bonta",
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "9909b6c17f4409b66c87278004e3f2d7228b7f54"
|
|
48
48
|
}
|
|
File without changes
|