Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Update template with reordered exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Heather Frantisak committed Jan 31, 2022
1 parent d6d1639 commit 5dc4853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/package.hbs.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"exports": {
"./": "./",
".": {
"esnext": "./index.esnext",
"import": "./index.mjs",
"require": "./index.js",
"esnext": "./index.esnext"
"require": "./index.js"
}
}
}

0 comments on commit 5dc4853

Please sign in to comment.