Skip to content

Commit 74b6caf

Browse files
authored
chore: standardize author field (#2723)
1 parent 3eaf9ac commit 74b6caf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/language-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"editor",
3030
"language-server"
3131
],
32-
"author": "James Birtles <[email protected]> and the Svelte Language Tools contributors",
32+
"author": "The Svelte Community",
3333
"license": "MIT",
3434
"bugs": {
3535
"url": "https://github.com/sveltejs/language-tools/issues"

packages/svelte-vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"svelte",
2020
"vscode"
2121
],
22-
"author": "James Birtles <[email protected]> & the Svelte Core Team",
22+
"author": "The Svelte Community",
2323
"license": "MIT",
2424
"bugs": {
2525
"url": "https://github.com/sveltejs/language-tools/issues"

packages/svelte2tsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte2tsx",
33
"version": "0.7.35",
44
"description": "Convert Svelte components to TSX for type checking",
5-
"author": "David Pershouse",
5+
"author": "The Svelte Community",
66
"license": "MIT",
77
"keywords": [
88
"svelte",

0 commit comments

Comments
 (0)