We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a00042 commit ea72883Copy full SHA for ea72883
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-ui-datepicker",
3
- "version": "3.1.1",
+ "version": "3.1.2",
4
"description": "Customizable date picker for React Native",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
@@ -9,7 +9,8 @@
9
"source": "src/index",
10
"exports": {
11
"import": "./lib/module/index.js",
12
- "require": "./lib/commonjs/index.js"
+ "require": "./lib/commonjs/index.js",
13
+ "types": "./lib/typescript/index.d.ts"
14
},
15
"files": [
16
"src",
0 commit comments