Skip to content

Commit

Permalink
chore: add simple-git-hooks as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
devonik committed Aug 15, 2023
1 parent 44db995 commit d8452fc
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-3-intercom",
"type": "module",
"version": "1.0.5",
"version": "1.0.4",
"description": "This nuxt 3 module provides a client side plugin that add intercom to window and provides $intercom instance so you can easily access intercom function like update user properties",
"author": {
"name": "devnik",
Expand Down Expand Up @@ -54,8 +54,15 @@
"@types/node": "^18.17.3",
"changelogen": "^0.5.4",
"eslint": "^8.46.0",
"lint-staged": "^14.0.0",
"nuxt": "^3.6.5",
"simple-git-hooks": "^2.8.1",
"vitest": "^0.34.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}
123 changes: 123 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit d8452fc

Please sign in to comment.