Skip to content

Commit 7365e7c

Browse files
author
stefanBid
committed
chore: restructure author field in package.json to include URL
1 parent ad82a8e commit 7365e7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"composable",
2121
"vue-library"
2222
],
23-
"author": "Stefano Biddau",
23+
"author": {
24+
"name": "Stefano Biddau",
25+
"url": "https://www.stefano-biddau.com"
26+
},
2427
"license": "MIT",
2528
"repository": {
2629
"type": "git",

0 commit comments

Comments
 (0)