Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
howljs committed May 16, 2024
1 parent 31c1dfd commit 5aa4cad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@howljs/calendar-kit",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "React Native Calendar Kit",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -85,8 +85,6 @@
"@types/react": "^18.2.44"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-native": "*",
"react": "*",
"react-native": "*",
"react-native-gesture-handler": ">=1.10.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2738,8 +2738,8 @@ __metadata:
peerDependencies:
react: "*"
react-native: "*"
react-native-gesture-handler: ^2.3.2
react-native-reanimated: ^2.4.1
react-native-gesture-handler: ">=1.10.1"
react-native-reanimated: ">=2.2.0"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 5aa4cad

Please sign in to comment.