Skip to content

Commit 95cb2ca

Browse files
chore: html json file adjustment for local linking
1 parent 65ff831 commit 95cb2ca

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

packages/html/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
"name": "@cloudinary/html",
33
"version": "1.13.1",
44
"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",
5+
"main": "src/index.ts",
96
"type": "module",
107
"files": ["package.json", "dist"],
8+
"publishConfig": {
9+
"main": "./dist/index.js",
10+
"umd": "./dist/index.umd.js",
11+
"module": "./dist/index.esm.js",
12+
"types": "./dist/index.d.ts"
13+
},
1114
"sideEffects": false,
1215
"repository": "https://github.com/cloudinary/frontend-frameworks",
1316
"scripts": {

0 commit comments

Comments
 (0)