mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
chore(npm): bump tldr-lint to 0.0.8 (#4415)
This commit is contained in:
parent
8b6b51b15f
commit
d21fe6f759
2 changed files with 5 additions and 5 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -730,9 +730,9 @@
|
|||
}
|
||||
},
|
||||
"tldr-lint": {
|
||||
"version": "0.0.7",
|
||||
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.7.tgz",
|
||||
"integrity": "sha1-DWoshg2f4B0Vse04bfiq/SJzSdg=",
|
||||
"version": "0.0.8",
|
||||
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.8.tgz",
|
||||
"integrity": "sha512-IK/sfjyi2w/gwNmPI+Xwa7PnNEAlLBV9yo+WKyslb47TtulYS4DHBJz7X2Q4doApnrbFibTw7U8nUrbzl+pisQ==",
|
||||
"requires": {
|
||||
"commander": "^2.9.0"
|
||||
}
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
"homepage": "https://tldr.sh/",
|
||||
"dependencies": {
|
||||
"glob": "7.1.3",
|
||||
"husky": "^2.2.0",
|
||||
"markdownlint-cli": "0.19.0",
|
||||
"tldr-lint": "~0.0.7",
|
||||
"husky": "^2.2.0"
|
||||
"tldr-lint": "~0.0.8"
|
||||
},
|
||||
"scripts": {
|
||||
"lint-markdown": "markdownlint pages*/**/*.md",
|
||||
|
|
Loading…
Add table
Reference in a new issue