Skip to content

Commit

Permalink
chore: update scripts/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vegarringdal committed May 19, 2021
1 parent fbfb323 commit 2c3f4b5
Show file tree
Hide file tree
Showing 16 changed files with 14,449 additions and 1,435 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules
dist
dev
dist_client
.cache
.iml
coverage
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/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $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
110 changes: 0 additions & 110 deletions fuse.js

This file was deleted.

Loading

0 comments on commit 2c3f4b5

Please sign in to comment.