We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f2568 commit c8843d5Copy full SHA for c8843d5
packages/url-utils/index.js
packages/url-utils/index.ts
@@ -0,0 +1,4 @@
1
+import UrlUtils from './src/UrlUtils';
2
+
3
+export default UrlUtils;
4
+module.exports = UrlUtils;
packages/url-utils/package.json
@@ -28,7 +28,7 @@
28
"es/",
29
"umd/",
30
"types/",
31
- "index.js"
+ "index.ts"
32
],
33
"publishConfig": {
34
"access": "public"
0 commit comments