Skip to content

Commit b456a36

Browse files
chore: react - main file adjustment
1 parent 66b26e8 commit b456a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "cloudinary",
66
"license": "MIT",
77
"repository": "https://github.com/cloudinary/frontend-frameworks",
8-
"main": "dist/index.esm.js",
8+
"main": "dist/index.js",
99
"files": [
1010
"package.json",
1111
"dist"
@@ -15,7 +15,7 @@
1515
"node": ">=18"
1616
},
1717
"scripts": {
18-
"build": "node ./esbuild.mjs && tsc && cp package.json ./dist",
18+
"build": "node ./esbuild.mjs && tsc",
1919
"lint": "eslint ./src",
2020
"typecheck": "tsc --noEmit --skipLibCheck --project ./tsconfig.json",
2121
"test": "mocha src/**/*.test.*",

0 commit comments

Comments
 (0)