Skip to content

Commit 41554dc

Browse files
committed
Fixed index entry point to use compiled output instead of TypeScript source
- This ensures the entry point works at runtime
1 parent 9287e82 commit 41554dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/url-utils/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
module.exports = require('./cjs/UrlUtils');
2+

packages/url-utils/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/url-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"es/",
2929
"umd/",
3030
"types/",
31-
"index.ts"
31+
"index.js"
3232
],
3333
"publishConfig": {
3434
"access": "public"

0 commit comments

Comments
 (0)