Skip to content

Commit 7254c09

Browse files
committedMar 4, 2020
Swap SVG for PNG logo
1 parent bd0466b commit 7254c09

5 files changed

+10
-19
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="./React-Breakpoints.svg" alt="React Breakpoints logo" />
2+
<img width="200" src="./React-Breakpoints.png" alt="React Breakpoints logo" />
33
</p>
44

55
<h1 align="center">React Breakpoints</h1>
@@ -106,7 +106,7 @@ See the [API Docs](/docs/api.md) for reference guides and usage examples.
106106

107107
# Observing vs. Consuming boxes
108108

109-
There is an important distinction between the `box` you observe and the `box` you consume for triggering breakpoints. See [Observing vs. Consuming Boxes](boxes.md) for more information.
109+
There is an important distinction between the `box` you observe and the `box` you consume for triggering breakpoints. See [Observing vs. Consuming Boxes](/docs/boxes.md) for more information.
110110

111111
# Server-Side Rendering
112112

‎React-Breakpoints.png

26.5 KB
Loading

‎React-Breakpoints.svg

-9
This file was deleted.

‎package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@envato/react-breakpoints",
3-
"version": "1.0.0",
4-
"description": "Respond to changes in a parent DOM element's size.",
3+
"version": "1.0.1",
4+
"description": "Respond to changes in a DOM element's size. With React Breakpoints, element queries are no longer \"web design's unicorn\" 🦄",
55
"main": "dist/index.js",
66
"scripts": {
77
"build": "babel src/ -d dist/ --source-maps",
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/envato/react-breakpoints#readme",
2929
"peerDependencies": {
30-
"react": "^16.8.0",
30+
"react": "^16.12.0",
3131
"react-dom": "^16.12.0"
3232
},
3333
"devDependencies": {
@@ -39,6 +39,6 @@
3939
"react-dom": "^16.12.0"
4040
},
4141
"dependencies": {
42-
"@envato/react-resize-observer-hook": "^1.0.0"
42+
"@envato/react-resize-observer-hook": "^1.0.1"
4343
}
4444
}

0 commit comments

Comments
 (0)