Skip to content

Commit f954782

Browse files
update dependencies
1 parent 7fb4da1 commit f954782

File tree

5 files changed

+3437
-1985
lines changed

5 files changed

+3437
-1985
lines changed

.auditignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://npmjs.com/advisories/1673

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx lint-staged && npm test && npm run build

0 commit comments

Comments
 (0)