Skip to content

Commit fb6e11d

Browse files
committed
fix: update author details
1 parent c291771 commit fb6e11d

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"url": "https://github.com/draphy/pushforge"
1818
},
1919
"license": "MIT",
20-
"author": "David Raphi",
20+
"author": {
21+
"name": "David Raphi",
22+
"email": "david@draphy.org"
23+
},
2124
"engines": {
2225
"node": ">=22.0.0"
2326
},

packages/builder/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"main": "dist/lib/main.js",
77
"module": "dist/lib/main.js",
88
"types": "dist/lib/main.d.ts",
9-
"author": "David Raphi",
9+
"author": {
10+
"name": "David Raphi",
11+
"email": "david@draphy.org"
12+
},
1013
"bugs": {
1114
"url": "https://github.com/draphy/pushforge/issues"
1215
},

0 commit comments

Comments
 (0)