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 65ff831 commit 95cb2caCopy full SHA for 95cb2ca
packages/html/package.json
@@ -2,12 +2,15 @@
2
"name": "@cloudinary/html",
3
"version": "1.13.1",
4
"description": "An HTML wrapper for Cloudinary",
5
- "main": "./dist/index.js",
6
- "umd": "./dist/index.umd.js",
7
- "module": "./dist/index.esm.js",
8
- "types": "./dist/index.d.ts",
+ "main": "src/index.ts",
9
"type": "module",
10
"files": ["package.json", "dist"],
+ "publishConfig": {
+ "main": "./dist/index.js",
+ "umd": "./dist/index.umd.js",
11
+ "module": "./dist/index.esm.js",
12
+ "types": "./dist/index.d.ts"
13
+ },
14
"sideEffects": false,
15
"repository": "https://github.com/cloudinary/frontend-frameworks",
16
"scripts": {
0 commit comments