8000 chore: add repo and keywords fields in package.json · allindevelopers/vue-local-scope@be703fc · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0