1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 15:46:02 +02:00

package.json: update husky to v2.2.0 (#2968)

This commit is contained in:
Owen Voke 2019-05-04 00:26:49 +01:00 committed by Lucas Gabriel Schneider
parent e2d295f3e4
commit b386f032bb

View file

@ -6,7 +6,7 @@
"glob": "7.1.3",
"markdownlint-cli": "0.1.0",
"tldr-lint": "~0.0.7",
"husky": "1.3.1"
"husky": "^2.2.0"
},
"scripts": {
"lint-markdown": "markdownlint pages/**/*.md",