Skip to content

Commit 181b1b7

Browse files
author
Jones Warren
committed
add peer dependency intersection-observer-polyfill
1 parent 31b31f6 commit 181b1b7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ image list shows in order.
2323

2424
## Installation
2525

26-
> 1.0.5 is finally out, it's almost painless to upgrade!
26+
> 1.0.7 is finally out, it's almost painless to upgrade!
2727
2828
```
2929
$ npm install --save react-progressive-lazy-image

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-progressive-lazy-image",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "a lazy-load image component for react",
55
"main": "dist/index.js",
66
"scripts": {
@@ -19,6 +19,9 @@
1919
"url": "https://github.com/WarrenJones/react-progressive-lazy-image/issues"
2020
},
2121
"homepage": "https://github.com/WarrenJones/react-progressive-lazy-image#readme",
22+
"peerDependencies": {
23+
"intersection-observer-polyfill": "^0.1.0"
24+
},
2225
"devDependencies": {
2326
"@babel/cli": "^7.6.2",
2427
"@babel/core": "^7.6.2",

0 commit comments

Comments
 (0)