@ivuorinen/markdownlint-config 0.1.5 → 0.1.7

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 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/markdownlint-config",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "ivuorinen's shareable configuration for markdownlint.",
5
5
  "author": {
6
6
  "name": "Ismo Vuorinen",
@@ -10,9 +10,7 @@
10
10
  "url": "https://github.com/ivuorinen/base-configs/issues"
11
11
  },
12
12
  "engines": {
13
- "node": ">= 12",
14
- "npm": ">= 6",
15
- "yarn": ">=1.20.0"
13
+ "node": ">= 18"
16
14
  },
17
15
  "files": [
18
16
  "index.json",
@@ -38,7 +36,7 @@
38
36
  "postinstall": "node scripts/postinstall.js"
39
37
  },
40
38
  "dependencies": {
41
- "markdownlint-cli": "0.36.0"
39
+ "markdownlint-cli": "0.37.0"
42
40
  },
43
- "gitHead": "1cc712b39b78088da2df55677097892516275d19"
41
+ "gitHead": "f65b10c109bc593d0ed41198b82d20e1f24c47ac"
44
42
  }