Skip to content

Commit

Permalink
Fix npm published version missing critical file issue and publish 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bofeiw committed Dec 4, 2020
1 parent 6012482 commit 25f3413
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 19 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
{
"name": "minimum-window-size",
"version": "1.0.3",
"version": "1.1.0",
"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"],
"keywords": [
"minimum",
"window",
"size",
"react",
"library",
"small",
"display",
"not",
"hide"
],
"files": [
"src/*",
"README.md",
"package.json"
],
"repository": {
"type" : "git",
"url" : "https://github.com/bofeiw/minimum-window-size"
"type": "git",
"url": "https://github.com/bofeiw/minimum-window-size"
},
"main": "./lib/MinimumWindowSize.js",
"license": "MIT",
Expand Down

0 comments on commit 25f3413

Please sign in to comment.