Skip to content

Commit 56486b1

Browse files
authored
Update authors, make release-please do the same (#5456)
1 parent 185ae1e commit 56486b1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

AUTHORS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,5 +571,18 @@ David Huggins-Daines <[email protected]>
571571
572572
Julian Grinblat <[email protected]>
573573
574+
Eric Cornelissen <[email protected]>
575+
Kelechi Ebiri <[email protected]>
576+
577+
Kevin Locke <[email protected]>
578+
Phillip Barta <[email protected]>
579+
Grzegorz Godlewski <[email protected]>
580+
Darren DeRidder <[email protected]>
581+
Chengzhong Wu <[email protected]>
582+
Marcelo Shima <[email protected]>
583+
Chengzhong Wu <[email protected]>
584+
Samuel Henrique <[email protected]>
585+
Mark Wiemer <[email protected]>
586+
Martin Slota <[email protected]>
574587

575588
# Generated by scripts/update-authors.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"lint:code": "eslint . \"bin/*\" --max-warnings 0",
6161
"lint:markdown": "markdownlint \"*.md\" \"docs/**/*.md\" \".github/*.md\" \"lib/**/*.md\" \"test/**/*.md\" \"example/**/*.md\" -i CHANGELOG.md",
6262
"lint": "run-p lint:*",
63-
"prepublishOnly": "run-s clean build",
63+
"prepublishOnly": "run-s clean build version",
6464
"test-browser-run": "cross-env NODE_PATH=. karma start ./karma.conf.js --single-run",
6565
"test-browser:reporters:bdd": "cross-env MOCHA_TEST=bdd npm run -s test-browser-run",
6666
"test-browser:reporters:esm": "cross-env MOCHA_TEST=esm npm run -s test-browser-run",

0 commit comments

Comments
 (0)