@ivuorinen/markdownlint-config 0.3.6 → 0.3.7
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.7",
|
4
4
|
"type": "module",
|
5
5
|
"description": "ivuorinen's shareable configuration for markdownlint.",
|
6
6
|
"author": {
|
@@ -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
|
}
|