Skip to content

Commit a312a09

Browse files
committed
package.json: version 5.3.0 fork with added zoomAlignmentY
1 parent 7b0cc79 commit a312a09

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[![npm version](https://img.shields.io/npm/v/react-medium-image-zoom.svg)](https://www.npmjs.com/package/react-medium-image-zoom) [![react-medium-image-zoom bundlejs badge](https://deno.bundlejs.com/?q=react-medium-image-zoom&badge=&config={%22esbuild%22:{%22external%22:[%22react%22,%22react-dom%22]}})](https://bundlejs.com/?q=react-medium-image-zoom) [![npm downloads](https://img.shields.io/npm/dm/react-medium-image-zoom.svg)](https://www.npmjs.com/package/react-medium-image-zoom) [![All Contributors](https://img.shields.io/badge/all_contributors-89-orange.svg)](#contributors-)
44

5+
## Disclaimer
6+
this package is a fork of [react-medium-image-zoom](https://github.com/rpearce/react-medium-image-zoom/) with added functionality waiting to be merged in upstream.
7+
see pull requests for more details: https://github.com/rpearce/react-medium-image-zoom/pull/883
8+
59
The original [medium.com-inspired image zooming](https://medium.design/image-zoom-on-medium-24d146fc0c20)
610
library for [React](https://reactjs.org).
711

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-medium-image-zoom",
3-
"version": "5.2.14",
2+
"name": "@alexrah/react-medium-image-zoom",
3+
"version": "5.3.0",
44
"license": "BSD-3-Clause",
55
"description": "Accessible medium.com-style image zoom for React",
66
"type": "module",
@@ -12,10 +12,10 @@
1212
"types": "./dist/index.d.ts",
1313
"repository": {
1414
"type": "git",
15-
"url": "git+ssh://[email protected]/rpearce/react-medium-image-zoom.git"
15+
"url": "git+ssh://[email protected]/alexrah/react-medium-image-zoom.git"
1616
},
17-
"homepage": "https://github.com/rpearce/react-medium-image-zoom",
18-
"bugs": "https://github.com/rpearce/react-medium-image-zoom/issues",
17+
"homepage": "https://github.com/alexrah/react-medium-image-zoom",
18+
"bugs": "https://github.com/alexrah/react-medium-image-zoom/issues",
1919
"author": "Robert Pearce <[email protected]> (https://robertwpearce.com)",
2020
"contributors": [
2121
"Robert Pearce <[email protected]> (https://robertwpearce.com)",
@@ -35,7 +35,8 @@
3535
"Yida Zhang <[email protected]>",
3636
"eych",
3737
"tshmieldev",
38-
"David Edler (https://github.com/edlerd)"
38+
"David Edler (https://github.com/edlerd)",
39+
"Alessandro Stoppato <[email protected]>"
3940
],
4041
"funding": [
4142
{

0 commit comments

Comments
 (0)