@ivuorinen/markdownlint-config 0.1.3 → 0.1.5
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.1.
|
3
|
+
"version": "0.1.5",
|
4
4
|
"description": "ivuorinen's shareable configuration for markdownlint.",
|
5
5
|
"author": {
|
6
6
|
"name": "Ismo Vuorinen",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"postinstall": "node scripts/postinstall.js"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"markdownlint-cli": "0.
|
41
|
+
"markdownlint-cli": "0.36.0"
|
42
42
|
},
|
43
|
-
"gitHead": "
|
43
|
+
"gitHead": "1cc712b39b78088da2df55677097892516275d19"
|
44
44
|
}
|