|
21 | 21 | "name": "Andrei Vinaga",
|
22 | 22 | "email": "andrei.vinaga@ownzones.com"
|
23 | 23 | },
|
| 24 | + { |
| 25 | + "name": "andreivinaga", |
| 26 | + "email": "5509112+andreivinaga@users.noreply.github.com" |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": "Chris Spiegl", |
| 30 | + "email": "chris@chrisspiegl.com" |
| 31 | + }, |
24 | 32 | {
|
25 | 33 | "name": "Trevor Blades",
|
26 | 34 | "email": "tdblades@gmail.com"
|
|
43 | 51 | "meow": "latest"
|
44 | 52 | },
|
45 | 53 | "devDependencies": {
|
46 |
| - "mocha": "latest", |
47 |
| - "should": "latest", |
48 | 54 | "@commitlint/cli": "latest",
|
49 | 55 | "@commitlint/config-conventional": "latest",
|
50 | 56 | "c8": "latest",
|
51 | 57 | "ci-publish": "latest",
|
52 | 58 | "conventional-github-releaser": "latest",
|
53 | 59 | "finepack": "latest",
|
54 | 60 | "git-authors-cli": "latest",
|
| 61 | + "mocha": "latest", |
55 | 62 | "nano-staged": "latest",
|
56 | 63 | "npm-check-updates": "latest",
|
57 | 64 | "prettier-standard": "latest",
|
| 65 | + "should": "latest", |
58 | 66 | "simple-git-hooks": "latest",
|
59 | 67 | "standard": "latest",
|
60 | 68 | "standard-markdown": "latest",
|
|
68 | 76 | "src"
|
69 | 77 | ],
|
70 | 78 | "scripts": {
|
71 |
| - "lint": "standard-markdown && standard", |
72 |
| - "pretest": "npm run lint", |
73 |
| - "test": "c8 mocha", |
74 | 79 | "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
|
| 80 | + "lint": "standard-markdown && standard", |
75 | 81 | "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
|
76 | 82 | "prerelease": "npm run update:check",
|
| 83 | + "pretest": "npm run lint", |
| 84 | + "release": "standard-version -a", |
77 | 85 | "release:github": "conventional-github-releaser -p angular",
|
78 | 86 | "release:tags": "git push --follow-tags origin HEAD:master",
|
79 |
| - "release": "standard-version -a", |
80 |
| - "update:check": "ncu -- --error-level 2", |
81 |
| - "update": "ncu -u" |
| 87 | + "test": "c8 mocha", |
| 88 | + "update": "ncu -u", |
| 89 | + "update:check": "ncu -- --error-level 2" |
82 | 90 | },
|
83 | 91 | "license": "MIT",
|
84 |
| - "standard": { |
85 |
| - "env": [ |
86 |
| - "mocha" |
87 |
| - ] |
88 |
| - }, |
89 | 92 | "commitlint": {
|
90 | 93 | "extends": [
|
91 | 94 | "@commitlint/config-conventional"
|
|
105 | 108 | "simple-git-hooks": {
|
106 | 109 | "commit-msg": "npx commitlint --edit",
|
107 | 110 | "pre-commit": "npx nano-staged"
|
| 111 | + }, |
| 112 | + "standard": { |
| 113 | + "env": [ |
| 114 | + "mocha" |
| 115 | + ] |
108 | 116 | }
|
109 | 117 | }
|
0 commit comments