Skip to content

Commit

Permalink
Fix typo and bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
benadam11 committed May 31, 2023
1 parent 380e83f commit 3d4a827
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function useBattery() {
level: battery.level,
charging: battery.charging,
chargingTime: battery.chargingTime,
discharingTime: battery.dischargingTime
dischargingTime: battery.dischargingTime
});
};

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uidotdev/usehooks",
"version": "2.0.0",
"version": "2.0.1",
"description": "A collection of modern, server-safe React hooks – from the ui.dev team",
"type": "module",
"repository": "uidotdev/usehooks",
Expand Down

0 comments on commit 3d4a827

Please sign in to comment.