Skip to content

Commit ea72883

Browse files
fix: library TypeScript type declarations
1 parent 9a00042 commit ea72883

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-ui-datepicker",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Customizable date picker for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -9,7 +9,8 @@
99
"source": "src/index",
1010
"exports": {
1111
"import": "./lib/module/index.js",
12-
"require": "./lib/commonjs/index.js"
12+
"require": "./lib/commonjs/index.js",
13+
"types": "./lib/typescript/index.d.ts"
1314
},
1415
"files": [
1516
"src",

0 commit comments

Comments
 (0)