@ivuorinen/markdownlint-config 0.3.14 → 0.3.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -52,11 +52,11 @@ Distributed under the MIT License. See [LICENSE][license-link] for more informat
52
52
  [markdownlint-docs-link]: https://github.com/DavidAnson/markdownlint
53
53
  [markdownlint-link]: https://github.com/DavidAnson/markdownlint
54
54
  [contributing-link]: https://github.com/ivuorinen/.github/blob/main/CONTRIBUTING.md
55
- [issue-link]: https://github.com/ivuorinen/base-configs/issues
56
- [license-badge]: https://img.shields.io/github/license/ivuorinen/base-configs?style=flat-square&labelColor=292a44&color=663399
55
+ [issue-link]: https://github.com/ivuorinen/base-configs-markdownlint/issues
56
+ [license-badge]: https://img.shields.io/github/license/ivuorinen/base-configs-markdownlint?style=flat-square&labelColor=292a44&color=663399
57
57
  [license-link]: ./LICENSE
58
58
  [npm-badge]: https://img.shields.io/npm/v/@ivuorinen/markdownlint-config?style=flat-square&labelColor=292a44&color=663399
59
59
  [npm-link]: https://www.npmjs.com/package/@ivuorinen/markdownlint-config
60
- [pull-request-link]: https://github.com/ivuorinen/base-configs/pulls
60
+ [pull-request-link]: https://github.com/ivuorinen/base-configs-markdownlint/pulls
61
61
  [style-badge]: https://img.shields.io/badge/code_style-ivuorinen%E2%80%99s-663399.svg?labelColor=292a44&style=flat-square
62
- [style-link]: https://github.com/ivuorinen/base-configs
62
+ [style-link]: https://github.com/ivuorinen/base-configs-markdownlint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/markdownlint-config",
3
- "version": "0.3.14",
3
+ "version": "0.3.16",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configuration for markdownlint.",
6
6
  "author": {
@@ -8,7 +8,7 @@
8
8
  "url": "https://github.com/ivuorinen"
9
9
  },
10
10
  "bugs": {
11
- "url": "https://github.com/ivuorinen/base-configs/issues"
11
+ "url": "https://github.com/ivuorinen/base-configs-markdownlint/issues"
12
12
  },
13
13
  "engines": {
14
14
  "node": ">=20"
@@ -17,7 +17,7 @@
17
17
  "index.json",
18
18
  "scripts/*"
19
19
  ],
20
- "homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/markdownlint-config#readme",
20
+ "homepage": "https://github.com/ivuorinen/base-configs-markdownlint#readme",
21
21
  "keywords": [
22
22
  "markdownlint-config",
23
23
  "markdownlint",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "https://github.com/ivuorinen/base-configs.git"
34
+ "url": "git+https://github.com/ivuorinen/base-configs-markdownlint.git"
35
35
  },
36
36
  "scripts": {
37
37
  "postinstall": "node scripts/postinstall.cjs"
@@ -40,5 +40,5 @@
40
40
  "@ivuorinen/config-checker": "^1.1.12",
41
41
  "markdownlint-cli": "^0.45.0"
42
42
  },
43
- "gitHead": "b4987b998e18794bcb23fa2e808a62a0dd63e351"
43
+ "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
44
44
  }
File without changes