Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rghorbani committed Mar 10, 2018
1 parent 9e319fb commit f1bdeb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-general-calendars",
"version": "1.0.0",
"version": "1.0.1",
"description": "React Native Calendar Components",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"moment": "^2.21.0",
"moment-jalaali": "^0.7.2",
"prop-types": "~15.6.0",
"react-native-common": "^0.15.0"
"react-native-common": "^0.16.0"
},
"devDependencies": {
"babel-cli": "~6.26.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Copyright 2016 Reza (github.com/rghorbani).
*
* @flow
* @providesModule RNGCalendars
*/

'use strict';
Expand Down

0 comments on commit f1bdeb9

Please sign in to comment.