Skip to content

Commit

Permalink
Update npm package description and publish 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bofeiw committed Dec 4, 2020
1 parent 63ce9a7 commit 6012482
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "minimum-window-size",
"version": "1.0.2",
"description": "",
"version": "1.0.3",
"description": "Minimum Window Size library is a React library that prevents users with small window size from using your React app and visually hints users to adjust window size.",
"keywords": ["minimum", "window", "size", "react", "library", "small", "display", "not", "hide"],
"repository": {
"type" : "git",
"url" : "https://github.com/bofeiw/minimum-window-size"
},
"main": "./lib/MinimumWindowSize.js",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 6012482

Please sign in to comment.