Skip to content

Commit

Permalink
fix(svg): remove type module
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Nov 4, 2023
1 parent c24560d commit 2f56f21
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions packages/svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
"name": "@layer5/sistent-svg",
"version": "0.11.1-beta.2",
"description": "SVG Icons library",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
Expand Down Expand Up @@ -46,8 +38,8 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": ">=17",
"react-dom": ">=17"
},
"peerDependenciesMeta": {
"react": {
Expand Down

0 comments on commit 2f56f21

Please sign in to comment.