Skip to content

Commit 0cf46d5

Browse files
committed
Updated package.json entry points
1 parent fc26313 commit 0cf46d5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/url-utils/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
},
99
"author": "Ghost Foundation",
1010
"license": "MIT",
11-
"main": "index.js",
11+
"main": "cjs/UrlUtils.js",
12+
"module": "es/UrlUtils.js",
13+
"umd:main": "umd/url-utils.min.js",
14+
"types": "types/src/UrlUtils.d.ts",
15+
"source": "src/UrlUtils.ts",
1216
"scripts": {
1317
"dev": "echo \"Implement me!\"",
1418
"pretest": "yarn build",
@@ -24,7 +28,7 @@
2428
"es/",
2529
"umd/",
2630
"types/",
27-
"index.js"
31+
"index.ts"
2832
],
2933
"publishConfig": {
3034
"access": "public"

0 commit comments

Comments
 (0)