Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 7d521ab

Browse files
authored
Merge pull request #147 from coderplex/greenkeeper/markdownlint-cli-0.6.0
Update markdownlint-cli to the latest version 🚀
2 parents a461134 + ca02697 commit 7d521ab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"husky": "^0.14.3",
8585
"jest": "^22.0.0",
8686
"lint-staged": "^6.0.0",
87-
"markdownlint-cli": "^0.5.0",
87+
"markdownlint-cli": "^0.6.0",
8888
"opn": "^5.1.0",
8989
"prettier": "^1.7.0",
9090
"raf": "^3.4.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4743,19 +4743,19 @@ markdown-to-ast@~3.4.0:
47434743
structured-source "^3.0.2"
47444744
traverse "^0.6.6"
47454745

4746-
markdownlint-cli@^0.5.0:
4747-
version "0.5.0"
4748-
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.5.0.tgz#5c9562667efbf3298cfedb66d50c0a891b62cb39"
4746+
markdownlint-cli@0.6.0:
4747+
version "0.6.0"
4748+
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.6.0.tgz#f712e814d2909ea757724a31ccd96dabc21554ef"
47494749
dependencies:
47504750
commander "~2.9.0"
47514751
deep-extend "~0.4.1"
47524752
glob "~7.0.3"
47534753
lodash.flatten "~4.3.0"
47544754
lodash.values "~4.2.0"
4755-
markdownlint "~0.6.1"
4755+
markdownlint "~0.6.4"
47564756
rc "~1.1.6"
47574757

4758-
markdownlint@~0.6.1:
4758+
markdownlint@~0.6.4:
47594759
version "0.6.4"
47604760
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.6.4.tgz#7fa77e0d8c1b1c3ed7978761ce664bd23e7328ef"
47614761
dependencies:

0 commit comments

Comments
 (0)