Skip to content

Commit 6ac2fc4

Browse files
committed
feat(deno.jsonc): Add keywords to package
This commit adds the keywords "svelte", "preprocess", "css", and "import" to the deno.jsonc file. These keywords will help improve the visibility of the package in searches.
1 parent bbc3868 commit 6ac2fc4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deno.jsonc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,10 @@
3737
".coverage"
3838
]
3939
},
40-
"keywords": []
40+
"keywords": [
41+
"svelte",
42+
"preprocess",
43+
"css",
44+
"import"
45+
]
4146
}

0 commit comments

Comments
 (0)