Skip to content

Commit ab5c79c

Browse files
committed
Updated entry point to ts
1 parent 731fa74 commit ab5c79c

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
@@ -24,7 +24,7 @@
2424
"src/",
2525
"cjs/",
2626
"types/",
27-
"index.js"
27+
"index.ts"
2828
],
2929
"publishConfig": {
3030
"access": "public"

0 commit comments

Comments
 (0)