@ivuorinen/markdownlint-config 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ivuorinen/markdownlint-config",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.7",
|
4
4
|
"description": "ivuorinen's shareable configuration for markdownlint.",
|
5
5
|
"author": {
|
6
6
|
"name": "Ismo Vuorinen",
|
@@ -10,9 +10,7 @@
|
|
10
10
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
11
11
|
},
|
12
12
|
"engines": {
|
13
|
-
"node": ">=
|
14
|
-
"npm": ">= 6",
|
15
|
-
"yarn": ">=1.20.0"
|
13
|
+
"node": ">= 18"
|
16
14
|
},
|
17
15
|
"files": [
|
18
16
|
"index.json",
|
@@ -40,5 +38,5 @@
|
|
40
38
|
"dependencies": {
|
41
39
|
"markdownlint-cli": "0.37.0"
|
42
40
|
},
|
43
|
-
"gitHead": "
|
41
|
+
"gitHead": "f65b10c109bc593d0ed41198b82d20e1f24c47ac"
|
44
42
|
}
|