|
8 | 8 | "name": "microlink.io",
|
9 | 9 | "url": "https://microlink.io"
|
10 | 10 | },
|
| 11 | + "contributors": [ |
| 12 | + { |
| 13 | + "name": "Kiko Beats", |
| 14 | + "email": "josefrancisco.verdu@gmail.com" |
| 15 | + } |
| 16 | + ], |
11 | 17 | "repository": {
|
12 | 18 | "type": "git",
|
13 | 19 | "url": "git+https://github.com/microlinkhq/functions.git"
|
|
35 | 41 | "lerna": "latest",
|
36 | 42 | "nano-staged": "latest",
|
37 | 43 | "npm-check-updates": "latest",
|
38 |
| - "standard": "latest", |
39 | 44 | "prettier-standard": "latest",
|
40 | 45 | "simple-git-hooks": "latest",
|
| 46 | + "standard": "latest", |
41 | 47 | "standard-version": "latest"
|
42 | 48 | },
|
43 | 49 | "engines": {
|
|
46 | 52 | "scripts": {
|
47 | 53 | "clean": "pnpm -r exec -- rm -rf node_modules",
|
48 | 54 | "clean:build": "pnpm -r exec -- rm -rf dist",
|
49 |
| - "contributors": "(pnpm -r exec finepack --parallel && git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", |
| 55 | + "contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true", |
50 | 56 | "lint": "standard",
|
51 | 57 | "prebuild": "npm run clean:build",
|
52 |
| - "prerelease": "npm run update:check && npm run contributors && npm run build", |
| 58 | + "prerelease": "npm run update:check && npm run contributors", |
53 | 59 | "pretest": "npm run lint",
|
54 | 60 | "release": "lerna publish --yes --sort --conventional-commits -m \"chore(release): %s\" --create-release github",
|
55 | 61 | "test": "pnpm -r run test",
|
|
71 | 77 | "finepack"
|
72 | 78 | ]
|
73 | 79 | },
|
| 80 | + "simple-git-hooks": { |
| 81 | + "commit-msg": "npx commitlint --edit", |
| 82 | + "pre-commit": "npx nano-staged" |
| 83 | + }, |
74 | 84 | "standard": {
|
75 | 85 | "ignore": [
|
76 | 86 | "packages/npm/dist"
|
77 | 87 | ]
|
78 |
| - }, |
79 |
| - "simple-git-hooks": { |
80 |
| - "commit-msg": "npx commitlint --edit", |
81 |
| - "pre-commit": "npx nano-staged" |
82 | 88 | }
|
83 | 89 | }
|
0 commit comments