Skip to content

Commit

Permalink
fix: declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtute90 committed Feb 28, 2024
1 parent bb5e8fa commit a93b3fd
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@
"version": "5.0.0-11",
"license": "BSD-3",
"module": "dist/esm/index.js",
"main": "./src/index.tsx",
"typings": "dist/types/index.d.ts",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"default": "./dist/esm/index.js"
},
"main": "src/index.tsx",
"types": "dist/types/index.d.ts",
"sideEffects": false,
"files": [
"dist",
Expand Down

0 comments on commit a93b3fd

Please sign in to comment.