Refactor author field in package.json to use an object format

This commit is contained in:
2025-10-04 03:10:44 -05:00
parent b4884f1941
commit 39559772d6

View File

@ -11,7 +11,11 @@
"authorization",
"composable"
],
"author": "Christian Galo",
"author": {
"name": "Christian Galo",
"email": "christian.galo@wiki.cafe",
"url": "http://galo.wiki.cafe"
},
"license": "MIT",
"dependencies": {
"coffeescript": "^1.12.7",