@ivuorinen/markdownlint-config 0.3.0 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.0",
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.1.5",
41
- "markdownlint-cli": "0.41.0"
40
+ "@ivuorinen/config-checker": "^1.1.6",
41
+ "markdownlint-cli": "^0.42.0"
42
42
  },
43
- "gitHead": "48856d9c71d7199f53fa83dfbbeac1378e6dce0a"
43
+ "gitHead": "2a2dde00803ee485083f45f123562dec9427a50d"
44
44
  }