Skip to content

Commit 1e8a3b7

Browse files
authored
Merge pull request #731 from thebuilder/copilot/fix-730
2 parents 09beee9 + 23367cc commit 1e8a3b7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ test-utils/
99
coverage/
1010
nuget
1111
npm-debug.log*
12+
package-lock.json
1213
.DS_store
1314
.eslintcache
1415
.idea

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# react-intersection-observer
22

33
[![Version Badge][npm-version-svg]][package-url]
4-
[![GZipped size][npm-minzip-svg]][bundlephobia-url]
54
[![Test][test-image]][test-url]
65
[![License][license-image]][license-url]
76
[![Downloads][downloads-image]][downloads-url]
@@ -499,8 +498,6 @@ order to destroy the observer again.
499498
500499
[package-url]: https://npmjs.org/package/react-intersection-observer
501500
[npm-version-svg]: https://img.shields.io/npm/v/react-intersection-observer.svg
502-
[npm-minzip-svg]: https://img.shields.io/bundlephobia/minzip/react-intersection-observer.svg
503-
[bundlephobia-url]: https://bundlephobia.com/result?p=react-intersection-observer
504501
[license-image]: http://img.shields.io/npm/l/react-intersection-observer.svg
505502
[license-url]: LICENSE
506503
[downloads-image]: http://img.shields.io/npm/dm/react-intersection-observer.svg

0 commit comments

Comments
 (0)