Skip to content

Commit

Permalink
feat: Remove unnecessary cjs export and typesVersions prop
Browse files Browse the repository at this point in the history
  • Loading branch information
travisstebbins committed Jan 31, 2025
1 parent 337e306 commit c02fe8e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/legend-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,10 @@
"type": "module",
"exports": {
".": "./lib/index.js",
"./cjs": {
"import": "./lib/index.js",
"require": "./lib/bundles/bundle.cjs.js"
},
"./test": "./lib/__test__.js"
},
"module": "lib/index.js",
"types": "lib/index.d.ts",
"typesVersions": {
"*": {
"cjs": [
"./lib/index.d.ts"
]
}
},
"scripts": {
"build": "yarn clean && yarn build:ts",
"build:ts": "tsc --project ./tsconfig.build.json",
Expand Down

0 comments on commit c02fe8e

Please sign in to comment.