Skip to content

Commit c4d832e

Browse files
committed
contributor list: update script name, change a comment
1 parent 5921d1f commit c4d832e

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

contributors.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ℹ️": "Auto-generated file. Run `pnpm run list-contributors` to regenerate.",
2+
"⚠️": "Auto-generated file. Run `pnpm run update-contributors` to regenerate.",
33
"contributors": [
44
{
55
"name": "eliandoran",
@@ -23,15 +23,6 @@
2323
"fullName": "Jon Fuller",
2424
"url": "https://github.com/perfectra1n"
2525
},
26-
{
27-
"name": "pano9000",
28-
"fullName": "Panagiotis Papadopoulos",
29-
"url": "https://github.com/pano9000"
30-
},
31-
{
32-
"name": "SiriusXT",
33-
"url": "https://github.com/SiriusXT"
34-
},
3526
{
3627
"name": "JYC333",
3728
"url": "https://github.com/JYC333"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"dev:linter-fix": "cross-env NODE_OPTIONS=--max_old_space_size=4096 eslint . --fix",
4444
"postinstall": "tsx scripts/electron-rebuild.mts && pnpm prepare",
4545
"prepare": "pnpm run --filter pdfjs-viewer --filter share-theme build && pnpm run --filter web-clipper postinstall",
46-
"list-contributors": "tsx ./scripts/list-contributors.ts"
46+
"update-contributors": "tsx ./scripts/update-contributors.ts"
4747
},
4848
"private": true,
4949
"devDependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function updateContributorsJson(developers: ContributorInfo[]) {
205205
}
206206

207207
const output = {
208-
"ℹ️": "Auto-generated file. Run `pnpm run list-contributors` to regenerate.",
208+
"⚠️": "Auto-generated file. Run `pnpm run update-contributors` to regenerate.",
209209
contributors
210210
};
211211
writeFileSync(CONTRIBUTORS_PATH, JSON.stringify(output, null, 4) + "\n");

0 commit comments

Comments
 (0)