Skip to content

Commit

Permalink
Merge pull request #558 from deanylev/add-extension-to-exports
Browse files Browse the repository at this point in the history
Add missing extensions to exports
  • Loading branch information
NullVoxPopuli authored Jun 4, 2024
2 parents d341773 + 324f103 commit e75a94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"exports": {
".": "./dist/index.js",
"./_app_/*": "./dist/_app_/*.js",
"./modifiers/*": "./dist/modifiers/*",
"./services/*": "./dist/services/*",
"./modifiers/*": "./dist/modifiers/*.js",
"./services/*": "./dist/services/*.js",
"./test-support": "./dist/test-support/index.js",
"./addon-main.js": "./addon-main.js"
},
Expand Down

0 comments on commit e75a94a

Please sign in to comment.