Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1ea414a

Browse files
committedJul 2, 2024
Update version and husky command
1 parent c44f455 commit 1ea414a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdns/vuetify-inline-fields",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications.",
55
"private": false,
66
"publishConfig": {
@@ -19,7 +19,7 @@
1919
"deploy": "gh-pages -d docs",
2020
"prepublishOnly": "npm run build",
2121
"lint": "eslint src/**/*.{ts,vue} --max-warnings 20",
22-
"prepare": "husky install",
22+
"prepare": "husky",
2323
"test:dev": "NODE_OPTIONS='--no-warnings' vitest",
2424
"test:all": "vitest --run",
2525
"test:build": "vitest --run --bail 1"

0 commit comments

Comments
 (0)
Please sign in to comment.