Skip to content

Commit

Permalink
fix post install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kingflamez committed Dec 5, 2024
1 parent daa42f3 commit 5bbfad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "use-screen-size",
"version": "1.4.6",
"version": "1.4.7",
"description": "A React hook to get the current screen size and breakpoint or write conditional code based on screen size",
"main": "dist/use-screen-size.umd.js",
"module": "dist/use-screen-size.es.js",
"types": "dist/types/index.d.ts",
"files": [
"postinstall.js",
"dist"
],
"type": "module",
Expand Down

0 comments on commit 5bbfad7

Please sign in to comment.