Skip to content

Commit 9b6793c

Browse files
committed
build: add keywords to vite plugin package
1 parent 259a8aa commit 9b6793c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/vite-plugin/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
"dev": "tsup-node --watch",
2222
"publint": "npx -y publint --strict"
2323
},
24-
"keywords": [],
24+
"keywords": [
25+
"netlify",
26+
"vite-plugin",
27+
"dev"
28+
],
2529
"license": "MIT",
2630
"repository": "netlify/primitives",
2731
"bugs": {

0 commit comments

Comments
 (0)