Skip to content

Commit 15937f9

Browse files
Merge pull request #2 from RavisaraDev/develop
Develop
2 parents 2df73f7 + 568c962 commit 15937f9

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# React-native-date-picker-calendar
1+
# React-native-calendarview-datepicker
22

3-
React-native-date-picker-calendar is a cross-patform date-picker component for both Android and IOS.
3+
React-native-calendarview-datepicker is a cross-patform date-picker component for both Android and IOS.
44

55
##🚧 Note: This package is still under constructions. It'll be available soon

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "react-native-date-picker-calendar",
3-
"version": "0.0.1",
2+
"name": "react-native-calendarview-datepicker",
3+
"version": "0.0.2",
44
"description": "🌿 React-native date picker component ",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/RavisaraDev/react-native-date-picker-calendar.git"
8+
"url": "git+https://github.com/RavisaraDev/react-native-calendarview-datepicker.git"
99
},
1010
"author": "ravisaradev",
1111
"license": "MIT",
1212
"private": false,
1313
"keywords": [
14-
"react-native-date-picker-calendar",
14+
"react-native-calendarview-datepicker",
1515
"react-native-calendar",
1616
"react-native-datepicker",
1717
"react-native"
@@ -34,11 +34,8 @@
3434
"eslint-plugin-react": "^7.20.5",
3535
"prettier": "^2.0.5"
3636
},
37-
"publishConfig": {
38-
"registry": "https://npm.pkg.github.com/"
39-
},
4037
"bugs": {
41-
"url": "https://github.com/RavisaraDev/react-native-date-picker-calendar/issues"
38+
"url": "https://github.com/RavisaraDev/react-native-calendarview-datepicker/issues"
4239
},
43-
"homepage": "https://github.com/RavisaraDev/react-native-date-picker-calendar"
40+
"homepage": "https://github.com/RavisaraDev/react-native-calendarview-datepicker"
4441
}

0 commit comments

Comments
 (0)