Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99380b3

Browse files
committed
fix: fix incorrect repository urls
1 parent a4eadae commit 99380b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/babel-preset-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-beta.2",
44
"description": "Babel preset for Vue JSX",
55
"main": "dist/plugin.cjs.js",
6-
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-event-modifiers",
6+
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-preset-jsx",
77
"author": "Nick Messing <[email protected]>",
88
"license": "MIT",
99
"private": false,

packages/babel-sugar-v-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-beta.2",
44
"description": "Babel syntactic sugar for v-model support in Vue JSX",
55
"main": "dist/plugin.js",
6-
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-event-modifiers",
6+
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-model",
77
"author": "Nick Messing <[email protected]>",
88
"license": "MIT",
99
"private": false,

packages/babel-sugar-v-on/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-beta.2",
44
"description": "Babel syntactic sugar for v-model support in Vue JSX",
55
"main": "dist/plugin.js",
6-
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-event-modifiers",
6+
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-on",
77
"author": "Nick Messing <[email protected]>",
88
"license": "MIT",
99
"private": false,

0 commit comments

Comments
 (0)