Skip to content

Commit

Permalink
Merge pull request #9 from yoichiro/fix-module-issue
Browse files Browse the repository at this point in the history
Fix the issue that the module `internal` not found.
  • Loading branch information
yoichiro authored Sep 14, 2024
2 parents 22f0f43 + e62c5d0 commit 8c37307
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoichiro/vite-plugin-handlebars",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "Yoichiro Tanaka",
"email": "yoichiro6642@gmail.com",
Expand Down Expand Up @@ -36,7 +36,8 @@
"dist"
],
"exports": {
".": "./dist/index.js"
".": "./dist/index.js",
"./internal": "./dist/internal.js"
},
"type": "module",
"keywords": [
Expand Down

0 comments on commit 8c37307

Please sign in to comment.