Skip to content

Commit

Permalink
Fix CJS require
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegiunta authored Sep 23, 2024
1 parent 920dd1a commit 338fb94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wrap-aware",
"version": "1.0.5",
"version": "1.0.6",
"author": "Chase Giunta",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,8 @@
"peerDependencies": {},
"exports": {
".": {
"import": "./dist/index.js"
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"files": [
Expand Down

0 comments on commit 338fb94

Please sign in to comment.