@ivuorinen/markdownlint-config 0.3.1 → 0.3.2
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.2",
|
4
4
|
"type": "module",
|
5
5
|
"description": "ivuorinen's shareable configuration for markdownlint.",
|
6
6
|
"author": {
|
@@ -37,8 +37,8 @@
|
|
37
37
|
"postinstall": "node scripts/postinstall.cjs"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@ivuorinen/config-checker": "^1",
|
41
|
-
"markdownlint-cli": "^0"
|
40
|
+
"@ivuorinen/config-checker": "^1.1.6",
|
41
|
+
"markdownlint-cli": "^0.42.0"
|
42
42
|
},
|
43
|
-
"gitHead": "
|
43
|
+
"gitHead": "2a2dde00803ee485083f45f123562dec9427a50d"
|
44
44
|
}
|