10000 chore: add repo info to package.json (#262) · pikax/vue-function-api@a5f5a86 · GitHub
[go: up one dir, main page]

Skip to content

Commit a5f5a86

Browse files
authored
chore: add repo info to package.json (vuejs#262)
1 parent a5ace7f commit a5f5a86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"composition-api",
88
"function-api"
99
],
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/vuejs/composition-api.git"
13+
},
1014
"main": "dist/vue-composition-api.js",
1115
"umd:main": "dist/vue-composition-api.umd.js",
1216
"module": "dist/vue-composition-api.module.js",

0 commit comments

Comments
 (0)
0