@ivuorinen/markdownlint-config 0.3.5 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ivuorinen/markdownlint-config",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.7",
|
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",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
40
|
"@ivuorinen/config-checker": "^1.1.8",
|
41
|
-
"markdownlint-cli": "^0.
|
41
|
+
"markdownlint-cli": "^0.43.0"
|
42
42
|
},
|
43
|
-
"gitHead": "
|
43
|
+
"gitHead": "006dc9b947c6c8033db3d31b01b0a1735a0c03f6"
|
44
44
|
}
|