Skip to content

Commit

Permalink
chore: update husky
Browse files Browse the repository at this point in the history
  • Loading branch information
devCrossNet committed Sep 25, 2021
1 parent 5ddc0fa commit 9163d2c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit
npx --no-install commitlint --edit $1
27 changes: 15 additions & 12 deletions package-lock.json

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

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vuesion",
"private": true,
"version": "4.3.0",
"description": "The most complete boilerplate for production-ready PWAs. With focus on performance, development speed, and best practices",
"description": "Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.",
"repository": {
"type": "git",
"url": "https://github.com/vuesion/vuesion.git"
Expand All @@ -20,7 +20,10 @@
"components",
"design-system",
"nuxt.js",
"nuxt"
"nuxt",
"apollo",
"composition-api",
"GraphQL"
],
"author": "Johannes Werner <johannes.werner@hey.com>",
"license": "MIT",
Expand Down Expand Up @@ -118,7 +121,7 @@
"babel-core": "7.0.0-bridge.0",
"eslint-plugin-nuxt": ">=2.0.0",
"flush-promises": "1.0.2",
"husky": "5.1.1",
"husky": "7.0.2",
"identity-obj-proxy": "3.0.0",
"mock-apollo-client": "1.1.0",
"node-sass": "5.0.0"
Expand Down

0 comments on commit 9163d2c

Please sign in to comment.