Skip to content

Commit

Permalink
feat(datepicker): merge some PR for bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
feyy committed Apr 8, 2018
1 parent f3b7e68 commit 5377499
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# react-native-datepicker [![Build Status](https://travis-ci.org/xgfe/react-native-datepicker.svg?branch=master)](https://travis-ci.org/xgfe/react-native-datepicker) [![Coverage Status](https://coveralls.io/repos/github/xgfe/react-native-datepicker/badge.svg?branch=master)](https://coveralls.io/github/xgfe/react-native-datepicker?branch=master) [![Monthly download](https://img.shields.io/npm/dm/react-native-datepicker.svg)](https://img.shields.io/npm/dm/react-native-datepicker.svg) [![Total downloads](https://img.shields.io/npm/dt/react-native-datepicker.svg)](https://img.shields.io/npm/dt/react-native-datepicker.svg)
react native datePicker component for both Android and IOS, using DatePickerAndroid, TimePickerAndroid and DatePickerIOS
React Native DatePicker component for both Android and iOS, using DatePickerAndroid, TimePickerAndroid and DatePickerIOS

## Install

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-datepicker",
"version": "1.6.0",
"description": "react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS",
"version": "1.7.0",
"description": "React Native DatePicker component for both Android and iOS, useing DatePickerAndroid, TimePickerAndroid and DatePickerIOS",
"main": "datepicker.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/xgfe/react-native-datepicker#readme",
"dependencies": {
"moment": "2.x.x"
"moment": "^2.22.0"
},
"devDependencies": {
"babel-core": "^6.5.2",
Expand Down

0 comments on commit 5377499

Please sign in to comment.