Skip to content

Commit ee84f4c

Browse files
committed
fix double author in package
1 parent 428d671 commit ee84f4c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "0.1.4",
44
"description": "Vue CLI plugin for adding extensionpoints",
55
"main": "index.js",
6-
"author": "Christian González <[email protected]",
6+
"author": {
7+
"name": "Christian González",
8+
"email": "[email protected]"
9+
},
710
"scripts": {
811
"test": "echo \"Error: no test specified\" && exit 1"
912
},
@@ -16,7 +19,6 @@
1619
"plugins",
1720
"extensions"
1821
],
19-
"author": "Christian González <[email protected]>",
2022
"license": "MIT",
2123
"bugs": {
2224
"url": "https://github.com/nerdocs/vue-cli-plugin-extensionpoints/issues"

0 commit comments

Comments
 (0)