@ivuorinen/markdownlint-config 0.2.4 → 0.2.5

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # @ivuorinen/markdownlint-config <!-- omit in toc -->
2
2
 
3
- [![npm package][npm-badge]][npm-link]
4
- [![license MIT][license-badge]][license-link]
5
- [![code style][style-badge]][style-link]
3
+ [![npm package][npm-badge]][npm-link] [![license MIT][license-badge]][license-link] [![code style][style-badge]][style-link]
6
4
 
7
5
  > ivuorinen's shareable configuration for [`MarkdownLint`][markdownlint-link].
8
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/markdownlint-config",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "ivuorinen's shareable configuration for markdownlint.",
5
5
  "author": {
6
6
  "name": "Ismo Vuorinen",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@ivuorinen/config-checker": "^1.1.2",
40
- "markdownlint-cli": "0.39.0"
40
+ "markdownlint-cli": "0.40.0"
41
41
  },
42
- "gitHead": "b7ee4370fb85a8deaf8f56cbdf3abb75670057be"
42
+ "gitHead": "de30b207450c9c030615193cd077fa46334081f9"
43
43
  }