@ivuorinen/markdownlint-config 0.2.8 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ivuorinen/markdownlint-config",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.3.0",
|
4
|
+
"type": "module",
|
4
5
|
"description": "ivuorinen's shareable configuration for markdownlint.",
|
5
6
|
"author": {
|
6
7
|
"name": "Ismo Vuorinen",
|
@@ -33,11 +34,11 @@
|
|
33
34
|
"url": "https://github.com/ivuorinen/base-configs.git"
|
34
35
|
},
|
35
36
|
"scripts": {
|
36
|
-
"postinstall": "node scripts/postinstall.
|
37
|
+
"postinstall": "node scripts/postinstall.cjs"
|
37
38
|
},
|
38
39
|
"dependencies": {
|
39
|
-
"@ivuorinen/config-checker": "^1.1.
|
40
|
+
"@ivuorinen/config-checker": "^1.1.5",
|
40
41
|
"markdownlint-cli": "0.41.0"
|
41
42
|
},
|
42
|
-
"gitHead": "
|
43
|
+
"gitHead": "48856d9c71d7199f53fa83dfbbeac1378e6dce0a"
|
43
44
|
}
|