Skip to content

Commit

Permalink
Fix README and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pinguinjkeke committed Oct 19, 2017
1 parent d59c4e9 commit 5993ada
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# rn-wheel-picker
# react-native-wheel-datepicker

A iOS style picker and datepicker components for ReactNative.

- Original repository by @lesliesam: [react-native-wheel-picker](https://github.com/lesliesam/react-native-wheel-picker).
- Fork with added the real cross platform behavior and datepicker by @wusuopu [react-native-wheel-picker](https://github.com/wusuopu/react-native-wheel-picker).
- Fork by @wusuopu who added the real cross platform behavior and datepicker [react-native-wheel-picker](https://github.com/wusuopu/react-native-wheel-picker).

This is the third fork of repository and its targeted to support and maintain current code. I asked github team to make it my own as is all pull requests goes directly to @lesliesam original repository but it seems to be no longer maintained.

Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
{
"name": "rn-wheel-picker",
"name": "react-native-wheel-datepicker",
"version": "2.1.0",
"description": "React native cross platform picker.",
"description": "React native cross platform iOS-style picker and datepicker.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wusuopu/react-native-wheel-picker.git"
"url": "git+https://github.com/pinguinjkeke/react-native-wheel-datepicker.git"
},
"keywords": [
"react-native",
"datepicker",
"picker",
"wheel"
],
"author": "",
"license": "ISC",
"author": "Alexander Avakov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wusuopu/react-native-wheel-picker/issues"
"url": "https://github.com/pinguinjkeke/react-native-wheel-datepicker/issues"
},
"homepage": "https://github.com/pinguinjkeke/react-native-wheel-datepicker#readme",
"dependencies": {
"moment": "^2.19.1"
},
"homepage": "https://github.com/wusuopu/react-native-wheel-picker#readme",
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.7.2",
Expand All @@ -30,9 +34,6 @@
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0"
},
"dependencies": {
"moment": "^2.19.1"
},
"peerDependencies": {
"moment": ">=2.0.0",
"prop-types": "*",
Expand Down

0 comments on commit 5993ada

Please sign in to comment.