Skip to content

Commit 21bfbfa

Browse files
committed
feat: setup project sponsorship
1 parent 88c3b1c commit 21bfbfa

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,21 @@ The following plugins are bundled in the package:
156156
- [Zoom](https://yet-another-react-lightbox.com/plugins/zoom) - adds image zoom
157157
feature
158158

159+
## Sponsors
160+
161+
This project is supported by the following companies, organizations and
162+
individuals who help make its continued development and maintenance possible.
163+
164+
<p align="center">
165+
<a target="_blank" rel="noreferrer noopener" href="https://cdn.jsdelivr.net/gh/igordanchenko/sponsors/sponsors.svg">
166+
<img alt="Sponsors" src="https://cdn.jsdelivr.net/gh/igordanchenko/sponsors/sponsors.svg"/>
167+
</a>
168+
</p>
169+
170+
Support this project by becoming a
171+
[sponsor](https://github.com/sponsors/igordanchenko). Both recurring and
172+
one-time contributions are very much appreciated.
173+
159174
## License
160175

161176
MIT © 2022 [Igor Danchenko](https://github.com/igordanchenko)

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,12 @@
139139
"*.css"
140140
],
141141
"homepage": "https://yet-another-react-lightbox.com",
142+
"funding": "https://github.com/sponsors/igordanchenko",
143+
"bugs": "https://github.com/igordanchenko/yet-another-react-lightbox/issues",
142144
"repository": {
143145
"type": "git",
144146
"url": "git+https://github.com/igordanchenko/yet-another-react-lightbox.git"
145147
},
146-
"bugs": {
147-
"url": "https://github.com/igordanchenko/yet-another-react-lightbox/issues"
148-
},
149148
"engines": {
150149
"node": ">=14"
151150
},

0 commit comments

Comments
 (0)