Skip to content

Commit

Permalink
chore: transfer to ValentinH
Browse files Browse the repository at this point in the history
I (Valentin) left Ricardo a few months ago and we agree that this repository is transferred to me as I was the creator and maintainer of it.
  • Loading branch information
ValentinH committed Feb 18, 2022
1 parent c9f0812 commit e193fa7
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To install the project you need to have `yarn` and `node`
> pull requests from branches on your fork. To do this, run:
>
> ```
> git remote add upstream [email protected]:ricardo-ch/react-easy-sort.git
> git remote add upstream [email protected]:ValentinH/react-easy-sort.git
> git fetch upstream
> git branch --set-upstream-to=upstream/main main
> ```
Expand Down
7 changes: 0 additions & 7 deletions .storybook/RicardoTheme.ts

This file was deleted.

9 changes: 7 additions & 2 deletions .storybook/manager.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { addons } from '@storybook/addons'
import ricardoTheme from './RicardoTheme'
import { create } from '@storybook/theming'

const theme = create({
base: 'light',
brandTitle: 'react-easy-sort',
})

addons.setConfig({
theme: ricardoTheme,
theme,
})
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 ricardo.ch
Copyright (c) 2022 Valentin Hervieu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,14 @@ Now, open `http://localhost:3001/index.html` and start hacking!

## License

[MIT](https://github.com/ricardo-ch/react-easy-sort/blob/master/LICENSE)
[MIT](https://github.com/ValentinH/react-easy-sort/blob/master/LICENSE)

## Maintainers

This project is maintained by Valentin Hervieu.

This project was originally part of [@ricardo-ch](https://github.com/ricardo-ch/) organisation because I (Valentin) was working at Ricardo.
After leaving this company, they gracefully accepted to transfer the project to me. ❤️

## Alternatives

Expand All @@ -152,6 +159,6 @@ Now, open `http://localhost:3001/index.html` and start hacking!
[npmstats-badge]: https://img.shields.io/npm/dm/react-easy-sort.svg?style=flat-square
[gzip-badge]: http://img.badgesize.io/https://unpkg.com/react-easy-sort/umd/react-easy-sort.min.js?compression=gzip&style=flat-square&1
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[license]: https://github.com/ricardo-ch/react-easy-sort/blob/main/LICENSE
[license]: https://github.com/ValentinH/react-easy-sort/blob/main/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-easy-sort",
"version": "1.4.0",
"description": "A React component to sort items in lists or grids",
"homepage": "https://ricardo-ch.github.io/react-easy-sort/",
"homepage": "https://ValentinH.github.io/react-easy-sort/",
"keywords": [
"react",
"sort",
Expand All @@ -12,12 +12,12 @@
],
"repository": {
"type": "git",
"url": "https://github.com/ricardo-ch/react-easy-sort"
"url": "https://github.com/ValentinH/react-easy-sort"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Ricardo.ch",
"author": "Valentin Hervieu",
"license": "MIT",
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit e193fa7

Please sign in to comment.