Skip to content

Commit

Permalink
fix: remove .pnp ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Oct 18, 2024
1 parent b0a799e commit c749d90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@
"require": "./build/index.cjs",
"scripts": "./build/index.umd.min.js",
"types": "./build/index.d.ts"
},
"./.pnp.cjs": "./.pnp.cjs"
}
},
"sideEffects": false,
"files": [
"build",
"src/**/*.ts",
"c"
"src/**/*.ts"
],
"peerDependencies": {
"chart.js": ">=3.7.0"
Expand Down

0 comments on commit c749d90

Please sign in to comment.