Skip to content

Commit 2f3cee5

Browse files
committed
docs: replace author field with an object
1 parent bce9b4d commit 2f3cee5

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
@@ -4,7 +4,10 @@
44
"version": "0.10.19",
55
"private": false,
66
"description": "Vue 2.6/2.7/3 & Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
7-
"author": "Cloyd Lau (https://github.com/cloydlau)",
7+
"author": {
8+
"name": "Cloyd Lau",
9+
"url": "https://github.com/cloydlau"
10+
},
811
"license": "MIT",
912
"repository": "https://github.com/cloydlau/json-editor-vue",
1013
"keywords": [

0 commit comments

Comments
 (0)