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 e0f695c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/ember-stargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,7 @@
"./addon-main.js": "./addon-main.js",
"./*": {
"types": "./dist/*.d.ts",
"default": "./dist/*.js"
}
},
"typesVersions": {
"*": {
"*": [
"dist/*"
]
"default": "./dist/*"
}
}
}

0 comments on commit e0f695c

Please sign in to comment.