Skip to content

Commit

Permalink
fix: update template exports with the correct path (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahce authored Dec 17, 2024
1 parent b540732 commit ce47a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"exports": {
".": "./build/index.js",
"./types": "./build/src/types.js",
"./templates/*": "./build/templates/*/main.js"
"./templates/*": "./build/src/templates/*/main.js"
},
"scripts": {
"pretest": "npm run lint",
Expand Down

0 comments on commit ce47a5e

Please sign in to comment.