Skip to content

Commit d98f517

Browse files
committed
Add repository and keywords to package.json #9
1 parent dd55676 commit d98f517

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: package.json

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Vue 3 snippets for VS Code",
55
"version": "0.0.0",
66
"publisher": "exer7um",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/ExEr7um/vue3-vscode-snippets.git"
10+
},
711
"author": {
812
"name": "Vasily Kuzin",
913
"email": "[email protected]"
@@ -17,6 +21,19 @@
1721
"engines": {
1822
"vscode": "^1.69.0"
1923
},
24+
"keywords": [
25+
"Vue",
26+
"Vue 3",
27+
"Nuxt",
28+
"Nuxt 3",
29+
"Pinia",
30+
"Vue Snippets",
31+
"Vue 3 snippets",
32+
"Nuxt snippets",
33+
"Nuxt 3 snippets",
34+
"Pinia snippets",
35+
"Composition API"
36+
],
2037
"categories": [
2138
"Snippets"
2239
],

0 commit comments

Comments
 (0)