|
1 | 1 | {
|
2 | 2 | "name": "nativescript-vue",
|
3 |
| - "version": "3.0.0-beta.8", |
| 3 | + "version": "3.0.0-beta.9", |
4 | 4 | "main": "dist/index.js",
|
5 | 5 | "files": [
|
6 | 6 | "dist/",
|
|
12 | 12 | "build": "tsc",
|
13 | 13 | "format": "prettier --write .",
|
14 | 14 | "format:check": "prettier --check .",
|
15 |
| - "prepare": "husky install", |
| 15 | + "prepare": "simple-git-hooks", |
16 | 16 | "prepack": "npm run build"
|
17 | 17 | },
|
18 | 18 | "dependencies": {
|
|
25 | 25 | "vue-loader": "^17.2.2"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@commitlint/cli": "^17.6.5", |
29 |
| - "@commitlint/config-conventional": "^17.6.5", |
30 |
| - "@nativescript/core": "~8.5.0", |
31 |
| - "@nativescript/webpack": "~5.0.14", |
32 |
| - "esbuild": "^0.17.19", |
33 |
| - "husky": "^8.0.3", |
34 |
| - "lint-staged": "^13.2.2", |
35 |
| - "prettier": "^2.8.8", |
36 |
| - "typescript": "^5.1.3" |
| 28 | + "@commitlint/cli": "^17.7.1", |
| 29 | + "@commitlint/config-conventional": "^17.7.0", |
| 30 | + "@nativescript/core": "~8.5.9", |
| 31 | + "@nativescript/webpack": "~5.0.17", |
| 32 | + "esbuild": "^0.19.2", |
| 33 | + "lint-staged": "^14.0.1", |
| 34 | + "prettier": "^3.0.3", |
| 35 | + "simple-git-hooks": "^2.9.0", |
| 36 | + "typescript": "^5.2.2" |
| 37 | + }, |
| 38 | + "simple-git-hooks": { |
| 39 | + "pre-commit": "npx --no-install lint-staged --config=package.json", |
| 40 | + "commit-msg": "npx --no-install commitlint --edit" |
37 | 41 | },
|
38 | 42 | "lint-staged": {
|
39 | 43 | "*": [
|
|
0 commit comments