Skip to content

Commit

Permalink
bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rob2d committed Apr 23, 2023
1 parent 3a15b6a commit b6c1ea7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-viewport-sizes",
"version": "0.5.0",
"version": "0.6.0",
"description": "a tiny React hook which allows you to track visible window viewport size in your components w/ an optional debounce or custom memo function for updates for optimal rendering.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -17,7 +17,6 @@
"@babel/cli": "^7.4.3",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"typescript": "^5.0.4",
Expand Down

0 comments on commit b6c1ea7

Please sign in to comment.