Skip to content

Commit 63810a5

Browse files
committed
fix: update author field in package.json to include name and URL
1 parent 0d3436f commit 63810a5

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
@@ -55,7 +55,10 @@
5555
"isEmail",
5656
"image"
5757
],
58-
"author": "Gabriel Logan",
58+
"author": {
59+
"name": "Gabriel Logan",
60+
"url": "https://github.com/gabriel-logan"
61+
},
5962
"license": "MIT",
6063
"bugs": {
6164
"url": "https://github.com/Multiform-Validator/typescript-javascript/issues"

0 commit comments

Comments
 (0)