Skip to content

Commit b6c1ea7

Browse files
committed
bump to v0.6.0
1 parent 3a15b6a commit b6c1ea7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-viewport-sizes",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"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.",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
@@ -17,7 +17,6 @@
1717
"@babel/cli": "^7.4.3",
1818
"@babel/core": "^7.21.4",
1919
"@babel/preset-env": "^7.21.4",
20-
"@babel/preset-react": "^7.18.6",
2120
"babel-loader": "^9.1.2",
2221
"copy-webpack-plugin": "^11.0.0",
2322
"typescript": "^5.0.4",

0 commit comments

Comments
 (0)