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 66b26e8 commit b456a36Copy full SHA for b456a36
packages/react/package.json
@@ -5,7 +5,7 @@
5
"author": "cloudinary",
6
"license": "MIT",
7
"repository": "https://github.com/cloudinary/frontend-frameworks",
8
- "main": "dist/index.esm.js",
+ "main": "dist/index.js",
9
"files": [
10
"package.json",
11
"dist"
@@ -15,7 +15,7 @@
15
"node": ">=18"
16
},
17
"scripts": {
18
- "build": "node ./esbuild.mjs && tsc && cp package.json ./dist",
+ "build": "node ./esbuild.mjs && tsc",
19
"lint": "eslint ./src",
20
"typecheck": "tsc --noEmit --skipLibCheck --project ./tsconfig.json",
21
"test": "mocha src/**/*.test.*",
0 commit comments