Skip to content

Commit fb1de48

Browse files
fix: changed added package.json - files
1 parent 2a570d8 commit fb1de48

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

packages/html/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"name": "@cloudinary/html",
33
"version": "1.13.1",
44
"description": "An HTML wrapper for Cloudinary",
5-
"main": "./index.js",
6-
"umd": "./index.umd.js",
7-
"module": "./index.esm.js",
8-
"types": "./index.d.ts",
5+
"main": "./dist/index.js",
6+
"umd": "./dist/index.umd.js",
7+
"module": "./dist/index.esm.js",
8+
"types": "./dist/index.d.ts",
99
"type": "module",
10+
"files": ["package.json", "dist"],
1011
"sideEffects": false,
1112
"repository": "https://github.com/cloudinary/frontend-frameworks",
1213
"scripts": {

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"author": "cloudinary",
66
"license": "MIT",
77
"repository": "https://github.com/cloudinary/frontend-frameworks",
8-
"main": "index.umd.js",
9-
"module": "index.js",
10-
"types": "index.d.ts",
8+
"main": "dist/index.esm.js",
9+
"types": "dist/index.d.ts",
10+
"files": ["package.json", "dist"],
1111
"sideEffects": false,
1212
"engines": {
1313
"node": ">=10"

packages/vue/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"author": "cloudinary",
66
"license": "MIT",
77
"type": "module",
8-
"main": "index.js",
8+
"main": "dist/index.js",
9+
"files": ["package.json", "dist"],
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/cloudinary/frontend-frameworks.git",

0 commit comments

Comments
 (0)