Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Merge pull request #37 from jasongwartz/patch-1
Browse files Browse the repository at this point in the history
Use commonjs dist file as export for "require"
  • Loading branch information
sinclairnick authored Jul 11, 2024
2 parents a96ab9b + 7bfac64 commit 08da981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/route/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.mjs"
"require": "./dist/index.js"
}
},
"files": [
Expand Down

0 comments on commit 08da981

Please sign in to comment.