Skip to content

Commit

Permalink
Merge pull request #5 from yoichiro/add-keywords
Browse files Browse the repository at this point in the history
Add keywords into the package.json file.
  • Loading branch information
yoichiro authored Jun 30, 2024
2 parents f0cadaf + 0defd48 commit 47697bb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-handlebars-import",
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Yoichiro Tanaka",
"email": "[email protected]",
Expand Down Expand Up @@ -38,5 +38,10 @@
"exports": {
".": "./dist/index.js"
},
"type": "module"
"type": "module",
"keywords": [
"vite",
"vite-plugin",
"handlebars"
]
}

0 comments on commit 47697bb

Please sign in to comment.