Refactor author field in package.json to use an object format
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user