@ivuorinen/markdownlint-config 0.3.5 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ivuorinen/markdownlint-config",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.6",
|
4
4
|
"type": "module",
|
5
5
|
"description": "ivuorinen's shareable configuration for markdownlint.",
|
6
6
|
"author": {
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
12
12
|
},
|
13
13
|
"engines": {
|
14
|
-
"node": ">=
|
14
|
+
"node": ">=20"
|
15
15
|
},
|
16
16
|
"files": [
|
17
17
|
"index.json",
|
@@ -40,5 +40,5 @@
|
|
40
40
|
"@ivuorinen/config-checker": "^1.1.8",
|
41
41
|
"markdownlint-cli": "^0.42.0"
|
42
42
|
},
|
43
|
-
"gitHead": "
|
43
|
+
"gitHead": "7fac921a4e34c1fd1ecdf2255295cac4afc649ad"
|
44
44
|
}
|