Skip to content

Commit

Permalink
chore: react - main file adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzy-mankowski committed Jan 20, 2025
1 parent 66b26e8 commit b456a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "cloudinary",
"license": "MIT",
"repository": "https://github.com/cloudinary/frontend-frameworks",
"main": "dist/index.esm.js",
"main": "dist/index.js",
"files": [
"package.json",
"dist"
Expand All @@ -15,7 +15,7 @@
"node": ">=18"
},
"scripts": {
"build": "node ./esbuild.mjs && tsc && cp package.json ./dist",
"build": "node ./esbuild.mjs && tsc",
"lint": "eslint ./src",
"typecheck": "tsc --noEmit --skipLibCheck --project ./tsconfig.json",
"test": "mocha src/**/*.test.*",
Expand Down

0 comments on commit b456a36

Please sign in to comment.