chore(npm): bump tldr-lint to 0.0.8 (#4415)

beep
Owen Voke 2020-10-02 20:33:06 +01:00 committed by GitHub
parent 8b6b51b15f
commit d21fe6f759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -730,9 +730,9 @@
} }
}, },
"tldr-lint": { "tldr-lint": {
"version": "0.0.7", "version": "0.0.8",
"resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.7.tgz", "resolved": "https://registry.npmjs.org/tldr-lint/-/tldr-lint-0.0.8.tgz",
"integrity": "sha1-DWoshg2f4B0Vse04bfiq/SJzSdg=", "integrity": "sha512-IK/sfjyi2w/gwNmPI+Xwa7PnNEAlLBV9yo+WKyslb47TtulYS4DHBJz7X2Q4doApnrbFibTw7U8nUrbzl+pisQ==",
"requires": { "requires": {
"commander": "^2.9.0" "commander": "^2.9.0"
} }

View File

@ -6,9 +6,9 @@
"homepage": "https://tldr.sh/", "homepage": "https://tldr.sh/",
"dependencies": { "dependencies": {
"glob": "7.1.3", "glob": "7.1.3",
"husky": "^2.2.0",
"markdownlint-cli": "0.19.0", "markdownlint-cli": "0.19.0",
"tldr-lint": "~0.0.7", "tldr-lint": "~0.0.8"
"husky": "^2.2.0"
}, },
"scripts": { "scripts": {
"lint-markdown": "markdownlint pages*/**/*.md", "lint-markdown": "markdownlint pages*/**/*.md",