Skip to content

Commit a3383e2

Browse files
committed
chore: publishing v1.22.0-ua.1
1 parent 824199c commit a3383e2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ local.properties
4040
.cxx/
4141
*.keystore
4242
!debug.keystore
43-
43+
.history/
4444
# node.js
4545
#
4646
node_modules/

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unifyapps/react-native-calendars",
3-
"version": "1.22.0-ua",
3+
"version": "1.22.0-ua.1",
44
"main": "src/index.ts",
55
"types": "src/index.d.ts",
66
"description": "React Native Calendar Components",
@@ -30,6 +30,10 @@
3030
"publishConfig": {
3131
"registry": "https://registry.npmjs.org/"
3232
},
33+
"files": [
34+
"src",
35+
"index.d.ts"
36+
],
3337
"author": "Wix.com",
3438
"license": "MIT",
3539
"dependencies": {

0 commit comments

Comments
 (0)