@schoero/configs 1.5.1 → 1.5.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.5.
|
|
2
|
+
"version": "1.5.2",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"markdownlint": "markdownlint-cli2 '**/*.md' '#node_modules'",
|
|
26
26
|
"markdownlint:ci": "npm run markdownlint",
|
|
27
27
|
"markdownlint:fix": "npm run markdownlint -- --fix",
|
|
28
|
-
"
|
|
28
|
+
"prepare": "npm run build",
|
|
29
29
|
"spellcheck": "cspell .",
|
|
30
30
|
"spellcheck:ci": "npm run spellcheck -- --no-progress"
|
|
31
31
|
},
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"yaml-eslint-parser": "^1.3.0"
|
|
114
114
|
},
|
|
115
115
|
"optionalDependencies": {
|
|
116
|
-
"eslint-plugin-better-tailwindcss": "^3.
|
|
116
|
+
"eslint-plugin-better-tailwindcss": "^3.2.0"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@types/node": "^24.0.1",
|