Skip to content

Commit e21941a

Browse files
committed
added author field to package.json
1 parent 70066a3 commit e21941a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "vue-cli-plugin-extensionpoints",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Vue CLI plugin for adding extensionpoints",
55
"main": "index.js",
6+
"author": "Christian González <[email protected]",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},

0 commit comments

Comments
 (0)