Skip to content

Commit 53306c0

Browse files
author
John Chipps-Harding
committed
Minor package.json changes
1 parent 130aa1b commit 53306c0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phntms/use-local-state",
3-
"description": "Description, same as overview one-liner from README.md.",
3+
"description": "A simple react hook that allows you to store data within LocalStorage with same interface as the standard React.useState hook.",
44
"version": "0.0.1",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -16,7 +16,9 @@
1616
"react",
1717
"hooks",
1818
"hook",
19-
"react-hook"
19+
"react-hook",
20+
"localstorage",
21+
"state"
2022
],
2123
"scripts": {
2224
"build": "tsc",
@@ -67,4 +69,4 @@
6769
"typescript": "^4.1.5"
6870
},
6971
"dependencies": {}
70-
}
72+
}

0 commit comments

Comments
 (0)