Skip to content

Commit 89e8929

Browse files
committed
remove umd from package.json
1 parent 3ad9a56 commit 89e8929

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.changeset/large-melons-do.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@quranjs/api": patch
3+
---
4+
5+
Remove UMD from package.json

packages/api/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
"version": "2.0.0",
1515
"main": "dist/index.min.js",
1616
"module": "dist/index.min.mjs",
17-
"browser": "dist/index.umd.min.js",
1817
"types": "dist/index.d.ts",
1918
"exports": {
2019
".": {
2120
"types": "./dist/index.d.ts",
2221
"require": "./dist/index.min.js",
2322
"import": "./dist/index.min.mjs"
24-
},
25-
"./cdn": "./dist/index.umd.min.js"
23+
}
2624
},
2725
"files": [
2826
"dist",

0 commit comments

Comments
 (0)