Skip to content

Commit 8464ce3

Browse files
Chrystiam Nascimento JuniorChrystiam Nascimento Junior
authored andcommitted
fix(Vite): Fix broken react-native dependence
1 parent 350df89 commit 8464ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@lawnstarter/react-native-ui-datepicker",
3-
"version": "1.6.0",
3+
"version": "2.0.10",
44
"type": "module",
55
"description": "Customizable date picker for React Native",
66
"types": "./lib/index.d.ts",
77
"main": "./lib/index.cjs",
88
"module": "./lib/index.js",
9-
"react-native": "./lib/rindex.js",
9+
"react-native": "./lib/index.js",
1010
"source": "src/index",
1111
"scripts": {
1212
"build": "vite build",

0 commit comments

Comments
 (0)