Skip to content

Commit 735a278

Browse files
committed
fix typo + bump package
1 parent 815e644 commit 735a278

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function useBattery() {
7878
level: battery.level,
7979
charging: battery.charging,
8080
chargingTime: battery.chargingTime,
81-
discharingTime: battery.dischargingTime,
81+
dischargingTime: battery.dischargingTime,
8282
});
8383
};
8484

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uidotdev/usehooks",
3-
"version": "2.0.0-experimental.1",
4-
"description": "A collection of Server Component safe React Hooks – from the ui.dev team",
3+
"version": "2.0.1-experimental.1",
4+
"description": "A collection of modern, server-safe React hooks – from the ui.dev team",
55
"type": "module",
66
"repository": "uidotdev/usehooks",
77
"devDependencies": {

0 commit comments

Comments
 (0)