Skip to content

Commit

Permalink
change ISC licence to MIT for useWindowSize and useMatchMedia
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjul3s committed Feb 26, 2021
1 parent 93b6bb7 commit 667ea9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/usematchmedia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A React hook for matching media queries.",
"keywords": [],
"author": "Julian Low",
"license": "ISC",
"license": "MIT",
"sideEffects": false,
"main": "dist/usematchmedia.cjs.js",
"module": "dist/usematchmedia.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/usewindowsize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A React hook that returns the window size on resize.",
"keywords": [],
"author": "Julian Low",
"license": "ISC",
"license": "MIT",
"sideEffects": false,
"main": "dist/usewindowsize.cjs.js",
"module": "dist/usewindowsize.esm.js",
Expand Down

0 comments on commit 667ea9d

Please sign in to comment.