Skip to content

Commit

Permalink
deps: update deps (#5411)
Browse files Browse the repository at this point in the history
* deps: update deps

* chore: update husky from v2 format to v6 (really it's v4)

* move devDependencies below dependencies

* use package-lock.json (lockfile) format v2 (npm 7)

We are in the linter, see
https://github.com/tldr-pages/tldr-lint/blob/b070d41be2881c5ede9f65eee3c184bb70526056/package-lock.json#L4
  • Loading branch information
bl-ue authored Apr 7, 2021
1 parent a99a8d9 commit 72a714b
Show file tree
Hide file tree
Showing 4 changed files with 374 additions and 593 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
Loading

0 comments on commit 72a714b

Please sign in to comment.