Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 9b05e63

Browse files
committed
Update package.json
1 parent 847bc75 commit 9b05e63

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22
"name": "re",
33
"author": "James Ives <iam@jamesiv.es>",
44
"module": "dist/re.esm.js",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"license": "MIT",
77
"main": "dist/lib.js",
88
"typings": "dist/index.d.ts",
99
"files": [
1010
"dist"
1111
],
12+
"keywords": [
13+
"react",
14+
"react-hook",
15+
"react-hooks",
16+
"navigator-api",
17+
"browser",
18+
"browser-api"
19+
],
1220
"scripts": {
1321
"start": "tsdx watch",
1422
"build": "tsdx build",

0 commit comments

Comments
 (0)