@dvukovic/style-guide 0.3.25 → 0.3.27
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/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
To get the kitchen sink install the required dependencies:
|
|
6
6
|
|
|
7
7
|
```
|
|
8
|
-
yarn add -D eslint@8.57.0 prettier cspell stylelint npm-package-json-lint
|
|
8
|
+
yarn add -D eslint@8.57.0 prettier cspell stylelint npm-package-json-lint @dvukovic/style-guide
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
add the following scripts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dvukovic/style-guide",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.27",
|
|
4
4
|
"description": "My own style guide",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
"packageManager": "yarn@4.4.0",
|
|
108
108
|
"engines": {
|
|
109
|
-
"node": "
|
|
109
|
+
"node": ">=20.0.0"
|
|
110
110
|
},
|
|
111
111
|
"publishConfig": {
|
|
112
112
|
"access": "public",
|
|
@@ -74,7 +74,7 @@ const packageJsonCore = {
|
|
|
74
74
|
"type-type": "error",
|
|
75
75
|
"valid-values-engines": [
|
|
76
76
|
"error",
|
|
77
|
-
[{ node: "
|
|
77
|
+
[{ node: ">=18.0.0" }, { node: ">=20.0.0" }, { node: ">=22.0.0" }],
|
|
78
78
|
],
|
|
79
79
|
"version-type": "error",
|
|
80
80
|
},
|