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 824199c commit a3383e2Copy full SHA for a3383e2
.gitignore
@@ -40,7 +40,7 @@ local.properties
40
.cxx/
41
*.keystore
42
!debug.keystore
43
-
+.history/
44
# node.js
45
#
46
node_modules/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@unifyapps/react-native-calendars",
3
- "version": "1.22.0-ua",
+ "version": "1.22.0-ua.1",
4
"main": "src/index.ts",
5
"types": "src/index.d.ts",
6
"description": "React Native Calendar Components",
@@ -30,6 +30,10 @@
30
"publishConfig": {
31
"registry": "https://registry.npmjs.org/"
32
},
33
+ "files": [
34
+ "src",
35
+ "index.d.ts"
36
+ ],
37
"author": "Wix.com",
38
"license": "MIT",
39
"dependencies": {
0 commit comments