Skip to content

Commit

Permalink
Optimise package size and publish 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bofeiw committed Dec 4, 2020
1 parent ea8ce35 commit 63ce9a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Minimum Window Size library is a React library that prevents users with small wi

# Demo

![demo gif](example/minimum-window-size-demo.gif)
![demo gif](https://github.com/bofeiw/minimum-window-size/blob/master/example/minimum-window-size-demo.gif?raw=true)
It hides the content when window size is small and shows the content when the window resizes to required size.

# Install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minimum-window-size",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "./lib/MinimumWindowSize.js",
"license": "MIT",
Expand Down

0 comments on commit 63ce9a7

Please sign in to comment.