Skip to content

Commit c8843d5

Browse files
committed
Updated entry point to ts
1 parent c2f2568 commit c8843d5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/url-utils/index.js

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

packages/url-utils/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import UrlUtils from './src/UrlUtils';
2+
3+
export default UrlUtils;
4+
module.exports = UrlUtils;

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.js"
31+
"index.ts"
3232
],
3333
"publishConfig": {
3434
"access": "public"

0 commit comments

Comments
 (0)