Skip to content

Commit 3d4a827

Browse files
committed
Fix typo and bump package
1 parent 380e83f commit 3d4a827

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function useBattery() {
6767
level: battery.level,
6868
charging: battery.charging,
6969
chargingTime: battery.chargingTime,
70-
discharingTime: battery.dischargingTime
70+
dischargingTime: battery.dischargingTime
7171
});
7272
};
7373

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uidotdev/usehooks",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A collection of modern, server-safe React hooks – from the ui.dev team",
55
"type": "module",
66
"repository": "uidotdev/usehooks",

0 commit comments

Comments
 (0)