Skip to content

Commit 9b4ed6a

Browse files
committedMar 28, 2023
build: contributors
1 parent e1280f0 commit 9b4ed6a

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed
 

‎package.json

+21-13
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
"name": "Andrei Vinaga",
2222
"email": "andrei.vinaga@ownzones.com"
2323
},
24+
{
25+
"name": "andreivinaga",
26+
"email": "5509112+andreivinaga@users.noreply.github.com"
27+
},
28+
{
29+
"name": "Chris Spiegl",
30+
"email": "chris@chrisspiegl.com"
31+
},
2432
{
2533
"name": "Trevor Blades",
2634
"email": "tdblades@gmail.com"
@@ -43,18 +51,18 @@
4351
"meow": "latest"
4452
},
4553
"devDependencies": {
46-
"mocha": "latest",
47-
"should": "latest",
4854
"@commitlint/cli": "latest",
4955
"@commitlint/config-conventional": "latest",
5056
"c8": "latest",
5157
"ci-publish": "latest",
5258
"conventional-github-releaser": "latest",
5359
"finepack": "latest",
5460
"git-authors-cli": "latest",
61+
"mocha": "latest",
5562
"nano-staged": "latest",
5663
"npm-check-updates": "latest",
5764
"prettier-standard": "latest",
65+
"should": "latest",
5866
"simple-git-hooks": "latest",
5967
"standard": "latest",
6068
"standard-markdown": "latest",
@@ -68,24 +76,19 @@
6876
"src"
6977
],
7078
"scripts": {
71-
"lint": "standard-markdown && standard",
72-
"pretest": "npm run lint",
73-
"test": "c8 mocha",
7479
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
80+
"lint": "standard-markdown && standard",
7581
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
7682
"prerelease": "npm run update:check",
83+
"pretest": "npm run lint",
84+
"release": "standard-version -a",
7785
"release:github": "conventional-github-releaser -p angular",
7886
"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"
8290
},
8391
"license": "MIT",
84-
"standard": {
85-
"env": [
86-
"mocha"
87-
]
88-
},
8992
"commitlint": {
9093
"extends": [
9194
"@commitlint/config-conventional"
@@ -105,5 +108,10 @@
105108
"simple-git-hooks": {
106109
"commit-msg": "npx commitlint --edit",
107110
"pre-commit": "npx nano-staged"
111+
},
112+
"standard": {
113+
"env": [
114+
"mocha"
115+
]
108116
}
109117
}

0 commit comments

Comments
 (0)
Failed to load comments.