Skip to content

Commit b19f832

Browse files
committed
docs(author): update repo ownership
1 parent bf063fe commit b19f832

File tree

5 files changed

+21
-20
lines changed

5 files changed

+21
-20
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ review this document **before submitting a pull request**.
1515

1616
It's never a fun experience to have your pull request declined after investing a lot of time and
1717
effort into a new feature. To avoid this from happening, we request that contributors create
18-
[an issue](https://github.com/onesine/react-tailwindcss-datepicker/issues) to first discuss any
18+
[an issue](https://github.com/sciendis/react-tailwindcss-datepicker/issues) to first discuss any
1919
significant new features.
2020

2121
## Installation

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@
44
<a href="https://react-tailwindcss-datepicker.vercel.app/" target="_blank">
55
<img alt="React Tailwindcss Datepicker" width="100" style="border-radius: 100%;" src="https://raw.githubusercontent.com/onesine/react-tailwindcss-datepicker/master/assets/img/calendar_logo.svg?raw=true">
66
</a><br><br>
7-
A modern date range picker component for React using Tailwind 3 and dayjs. Alternative to Litepie Datepicker which uses Vuejs.
7+
A modern date range picker component for React using Tailwind 3 and dayjs. </br>
8+
Forked from <a href="https://github.com/onesine/react-tailwindcss-datepicker" target="_blank">React Tailwindcss Datepicker</a>.
89
</p>
910

10-
<div align="center">
11-
12-
[![npm version](https://img.shields.io/npm/v/react-tailwindcss-datepicker?style=flat-square)](https://www.npmjs.com/package/react-tailwindcss-datepicker)
13-
[![npm downloads](https://img.shields.io/npm/dt/react-tailwindcss-datepicker?style=flat-square)](https://www.npmjs.com/package/react-tailwindcss-datepicker)
14-
15-
</div>
16-
1711
## Contents
1812

1913
- [Features](#features)
@@ -51,7 +45,7 @@ Go to [full documentation](https://react-tailwindcss-datepicker.vercel.app/)
5145
### Install via npm
5246

5347
```
54-
$ npm install react-tailwindcss-datepicker
48+
$ npm install @sciendis/react-tailwindcss-datepicker
5549
```
5650

5751
### Install via yarn
@@ -153,14 +147,16 @@ Open a browser and navigate to `http://localhost:8888`
153147
## Contributing
154148

155149
See
156-
[CONTRIBUTING.md](https://github.com/onesine/react-tailwindcss-datepicker/blob/master/CONTRIBUTING.md)
150+
[CONTRIBUTING.md](https://github.com/sciendis/react-tailwind-datepicker/blob/master/CONTRIBUTING.md)
157151

158152
## Official Documentation repo
159153

154+
Onesine's original documentation is still valid for this fork:
160155
[https://github.com/onesine/react-tailwindcss-datepicker-doc](https://github.com/onesine/react-tailwindcss-datepicker-doc)
161156

162157
## Thanks to
163158

159+
- [React Tailwindcss Datepicker ](https://github.com/onesine/react-tailwindcss-datepicker).
164160
- [Vue Tailwind Datepicker](https://vue-tailwind-datepicker.com/)
165161
- [React](https://reactjs.org/)
166162
- [Tailwind CSS](https://tailwindcss.com/)
@@ -170,4 +166,4 @@ I thank you in advance for your contribution to this project.
170166

171167
## License
172168

173-
[MIT](LICENSE) Licensed. Copyright (c) Lewhe Onesine 2022.
169+
[MIT](LICENSE) Licensed.

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "react-tailwindcss-datepicker",
3-
"version": "1.6.6",
4-
"description": "A modern React Datepicker using Tailwind CSS 3",
2+
"name": "@sciendis/react-tailwindcss-datepicker",
3+
"version": "1.6.8",
4+
"description": " Modern date range picker component for React using Tailwind and dayjs.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
77
"types": "dist/index.d.ts",
8-
"author": "onesine",
8+
"author": "sciendis",
99
"license": "MIT",
1010
"scripts": {
1111
"watch": "rollup -c -w",
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/onesine/react-tailwindcss-datepicker"
26+
"url": "git+https://github.com/sciendis/react-tailwindcss-datepicker.git"
2727
},
2828
"keywords": [
2929
"react-tailwindcss-datepicker",
@@ -78,5 +78,9 @@
7878
"*.{ts,tsx,css,scss,md}": [
7979
"npm run pret:fix"
8080
]
81-
}
81+
},
82+
"bugs": {
83+
"url": "https://github.com/sciendis/react-tailwindcss-datepicker/issues"
84+
},
85+
"homepage": "https://github.com/sciendis/react-tailwindcss-datepicker#readme"
8286
}

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ export default function Playground() {
482482
</div>
483483
<div className="flex flex-row flex-wrap items-center justify-center w-full">
484484
<a
485-
href="https://github.com/onesine/react-tailwindcss-datepicker"
485+
href="https://github.com/sciendis/react-tailwindcss-datepicker"
486486
className="block text-gray-700 hover:text-gray-600"
487487
>
488488
<svg

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"skipLibCheck": true,
2121
"noEmit": true,
2222
"resolveJsonModule": true,
23-
"isolatedModules": true
23+
"isolatedModules": true,
24+
"incremental": true
2425
},
2526
"include": ["src/**/*"],
2627
"exclude": ["node_modules"]

0 commit comments

Comments
 (0)