Skip to content

Commit

Permalink
all es
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed Aug 25, 2024
1 parent 5a157de commit 31bd9d7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,18 @@
"exports": {
".": {
"types": "./index.d.ts",
"import": "./src/my-lib.es.js",
"require": "./stc/my-lib.cjs.js"
"import": "./dist/nivo-core.es.js",
"require": "./dist/nivo-core.es.js"
}
},
"main": "./stc/my-lib.cjs.js",
"module": "./src/my-lib.es.js",
"main": "./dist/nivo-core.es.js",
"module": "./dist/nivo-core.es.js",
"types": "./index.d.ts",
"files": [
"README.md",
"LICENSE.md",
"index.d.ts",
"dist/",
"src/"
"dist/"
],
"dependencies": {
"@nivo/tooltip": "workspace:*",
Expand Down

0 comments on commit 31bd9d7

Please sign in to comment.