Skip to content

Commit

Permalink
Fix exports for webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed May 31, 2022
1 parent 0421c70 commit a6793df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-stargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"./addon-main.js": "./addon-main.js",
"./*": {
"types": "./dist/*.d.ts",
"default": "./dist/*.js"
"default": "./dist/*"
}
},
"typesVersions": {
Expand Down

0 comments on commit a6793df

Please sign in to comment.