Skip to content

Commit fe8091e

Browse files
committed
fix: Update author information in package.json files across all packages
1 parent 8c58038 commit fe8091e

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@
4040
"development-notes",
4141
"ai-assistant"
4242
],
43-
"author": "",
43+
"author": {
44+
"name": "Marvin Zhang",
45+
"email": "[email protected]"
46+
},
4447
"license": "Apache-2.0",
4548
"devDependencies": {
4649
"@types/node": "^20.0.0",

packages/ai/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
"code-generation",
3434
"ai-evaluation"
3535
],
36-
"author": "Devlog Contributors",
36+
"author": {
37+
"name": "Marvin Zhang",
38+
"email": "[email protected]"
39+
},
3740
"license": "Apache-2.0",
3841
"dependencies": {
3942
"@devlog/core": "workspace:*",

packages/mcp/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
"development-notes",
4343
"ai-assistant"
4444
],
45-
"author": "",
45+
"author": {
46+
"name": "Marvin Zhang",
47+
"email": "[email protected]"
48+
},
4649
"license": "Apache-2.0",
4750
"dependencies": {
4851
"@devlog/core": "workspace:*",

packages/web/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"web",
5454
"dashboard"
5555
],
56-
"author": "",
56+
"author": {
57+
"name": "Marvin Zhang",
58+
"email": "[email protected]"
59+
},
5760
"license": "Apache-2.0"
5861
}

0 commit comments

Comments
 (0)