Skip to content

Commit 5f4c024

Browse files
committed
chore: fix author in package.json
1 parent 884ee58 commit 5f4c024

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/babel-sugar-functional-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Babel syntactic sugar for functional components",
55
"main": "dist/plugin.js",
66
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-functional-vue",
7-
"author": "Nick Messing <[email protected]",
7+
"author": "Nick Messing <[email protected]>",
88
"license": "MIT",
99
"private": false,
1010
"scripts": {

packages/babel-sugar-inject-h/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Babel syntactic sugar for h automatic injection for Vue JSX",
55
"main": "dist/plugin.js",
66
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-inject-h",
7-
"author": "Nick Messing <[email protected]",
7+
"author": "Nick Messing <[email protected]>",
88
"license": "MIT",
99
"private": false,
1010
"scripts": {

0 commit comments

Comments
 (0)