|
2 | 2 | "name": "@microlink/root",
|
3 | 3 | "description": "Turns links into a beautiful previews",
|
4 | 4 | "homepage": "https://microlink.io/sdk",
|
| 5 | + "version": "", |
5 | 6 | "author": {
|
6 | 7 |
|
7 | 8 | "name": "Kiko Beats",
|
|
29 | 30 | "@commitlint/config-conventional": "latest",
|
30 | 31 | "finepack": "latest",
|
31 | 32 | "git-authors-cli": "latest",
|
32 |
| - "husky": "latest", |
| 33 | + "husky": "~5.2.0", |
33 | 34 | "lerna": "latest",
|
34 | 35 | "lint-staged": "latest",
|
35 | 36 | "npm-check-updates": "latest",
|
|
43 | 44 | "scripts": {
|
44 | 45 | "build": "lerna run build",
|
45 | 46 | "clean": "lerna clean --yes && rm -rf node_modules",
|
46 |
| - "lint": "standard-markdown README.md && lerna exec npm run lint", |
47 | 47 | "install": "lerna bootstrap --force-local --no-ci",
|
| 48 | + "lint": "standard-markdown README.md && lerna exec npm run lint", |
| 49 | + "postinstall": "husky install", |
48 | 50 | "prepublishOnly": "lerna run build",
|
49 | 51 | "prerelease": "npm run update:check",
|
50 | 52 | "pretest": "npm run lint",
|
|
61 | 63 | "@commitlint/config-conventional"
|
62 | 64 | ]
|
63 | 65 | },
|
64 |
| - "husky": { |
65 |
| - "hooks": { |
66 |
| - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", |
67 |
| - "pre-commit": "lint-staged" |
68 |
| - } |
69 |
| - }, |
70 | 66 | "lint-staged": {
|
71 | 67 | "package.json": [
|
72 | 68 | "finepack"
|
|
0 commit comments