Skip to content

Commit

Permalink
fix: Typescript removed from peerDependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
CafeinoDev committed Feb 26, 2023
1 parent 35ebc06 commit f16da2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"main": "dist/index.js",
"homepage": "https://andyalvarado.com",
"peerDependencies": {
"react": ">=18",
"typescript": ">=4.0.0"
"react": ">=18"
},
"repository": {
"url": "https://github.com/CafeinoDev/storybook-test",
Expand Down

0 comments on commit f16da2e

Please sign in to comment.