Refactor author field in package.json to use an object format
This commit is contained in:
@ -11,7 +11,11 @@
|
|||||||
"authorization",
|
"authorization",
|
||||||
"composable"
|
"composable"
|
||||||
],
|
],
|
||||||
"author": "Christian Galo",
|
"author": {
|
||||||
|
"name": "Christian Galo",
|
||||||
|
"email": "christian.galo@wiki.cafe",
|
||||||
|
"url": "http://galo.wiki.cafe"
|
||||||
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"coffeescript": "^1.12.7",
|
"coffeescript": "^1.12.7",
|
||||||
|
|||||||
Reference in New Issue
Block a user