Skip to content

Commit be703fc

Browse files
committed
chore: add repo and keywords fields in package.json
1 parent 67957b0 commit be703fc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
"require": "./dist/vue-local-scope.umd.cjs"
1515
}
1616
},
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/iamandrewluca/vue-local-scope.git"
20+
},
21+
"keywords": [
22+
"vue",
23+
"vue3",
24+
"composition-api",
25+
"local-scope"
26+
],
1727
"scripts": {
1828
"dev": "vite",
1929
"build": "vue-tsc -b && vite build",

0 commit comments

Comments
 (0)