Skip to content

Commit

Permalink
chore: remove husky hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dasheck0 committed Dec 6, 2023
1 parent d962df3 commit 6bfdd32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no -- commitlint --edit "${1}"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "board-translator",
"version": "1.1.6",
"version": "1.2.0",
"licence": "MIT",
"description": "This is a miro plugin that translates items of miro boards using deepl.com",
"author": {
Expand Down

1 comment on commit 6bfdd32

@vercel
Copy link

@vercel vercel bot commented on 6bfdd32 Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.