@ivuorinen/markdownlint-config 0.3.2 → 0.3.4

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/markdownlint-config",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
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.6",
40
+ "@ivuorinen/config-checker": "^1.1.8",
41
41
  "markdownlint-cli": "^0.42.0"
42
42
  },
43
- "gitHead": "2a2dde00803ee485083f45f123562dec9427a50d"
43
+ "gitHead": "61815ad0b53f19becc58d761ea6fa891fc75e88a"
44
44
  }