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 3ad9a56 commit 89e8929Copy full SHA for 89e8929
.changeset/large-melons-do.md
@@ -0,0 +1,5 @@
1
+---
2
+"@quranjs/api": patch
3
4
+
5
+Remove UMD from package.json
packages/api/package.json
@@ -14,15 +14,13 @@
14
"version": "2.0.0",
15
"main": "dist/index.min.js",
16
"module": "dist/index.min.mjs",
17
- "browser": "dist/index.umd.min.js",
18
"types": "dist/index.d.ts",
19
"exports": {
20
".": {
21
"types": "./dist/index.d.ts",
22
"require": "./dist/index.min.js",
23
"import": "./dist/index.min.mjs"
24
- },
25
- "./cdn": "./dist/index.umd.min.js"
+ }
26
},
27
"files": [
28
"dist",
0 commit comments