Skip to content

Commit

Permalink
Fix npm package (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuraPelehatiy authored May 15, 2022
1 parent 0d0302c commit c9a9b9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-plain-calendar",
"version": "1.0.7",
"version": "1.0.8",
"description": "Calendar component for React-Native",
"main": "index.ts",
"react-native": "index.ts",
Expand All @@ -9,7 +9,8 @@
"files": [
"src",
"index.ts",
"index.d.ts"
"index.d.ts",
"build"
],
"scripts": {
"build": "tsc"
Expand Down

0 comments on commit c9a9b9e

Please sign in to comment.