Skip to content

Commit

Permalink
fix: remove tslib of peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lac617a committed Oct 10, 2023
1 parent d62ddae commit e211ae3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-switch-casu",
"license": "MIT",
"version": "0.1.1",
"version": "1.0.0",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -59,8 +59,7 @@
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"tslib": "2.0.0"
"react-dom": ">= 16.8.0"
},
"resolutions": {
"@types/react": "^17.0.0",
Expand All @@ -70,7 +69,7 @@
"files": [
{
"path": "./dist/react-switch-casu.min.js",
"maxSize": "11.5kB"
"maxSize": "3.5kB"
}
]
},
Expand Down

0 comments on commit e211ae3

Please sign in to comment.