@ivuorinen/markdownlint-config 0.3.0 → 0.3.1

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.1",
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",
41
+ "markdownlint-cli": "^0"
42
42
  },
43
- "gitHead": "48856d9c71d7199f53fa83dfbbeac1378e6dce0a"
43
+ "gitHead": "963ff4fd63b3e1b59a6b3897c7a9905f603664dc"
44
44
  }