Skip to content

Commit

Permalink
Chore: Update package.json
Browse files Browse the repository at this point in the history
Set specific default cdn file
  • Loading branch information
子平六 authored Dec 6, 2023
1 parent a9d5d50 commit 5d4cb77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"Adobe Developer",
"Adobe PDF Embed API"
],
"umd:main": "lib/bundle.js",
"cdn:main": "dist/react-adobe-embed.cdn.js",
"module": "lib/bundle.esm.mjs",
"module": ".lib/bundle.esm.mjs",
"main": "lib/bundle.cjs.js",
"umd:main": "lib/bundle.js",
"jsdelivr": "./dist/react-adobe-embed.cdn.js",
"exports": {
".": {
"require": "./lib/bundle.cjs.js",
"import": "./lib/bundle.esm.mjs",
"default": "./dist/react-adobe-embed.cdn.js",
"umd": "./dist/react-adobe-embed.cdn.js"
"umd": "./lib/bundle.js"
}
},
"types": "lib/bundle.esm.d.ts",
Expand Down

0 comments on commit 5d4cb77

Please sign in to comment.