Skip to content

Commit

Permalink
fix exports config for @glimmer/destroyable and @glimmer/debug (#1516)
Browse files Browse the repository at this point in the history
* More exports fixes

* silly commas
  • Loading branch information
NullVoxPopuli authored Dec 5, 2023
1 parent 7b9b0cf commit 6cd8f9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/@glimmer/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"exports": {
".": {
"types": "./dist/dev/index.d.ts",
"development": {}
"development": {
"import": "./dist/dev/index.js"
}
}
},
"main": null,
Expand Down
4 changes: 3 additions & 1 deletion packages/@glimmer/destroyable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"exports": {
".": {
"types": "./dist/dev/index.d.ts",
"development": {}
"development": {
"import": "./dist/dev/index.js"
}
}
},
"main": null,
Expand Down

0 comments on commit 6cd8f9b

Please sign in to comment.