Skip to content

Commit e08ff9d

Browse files
committed
chore: Added keywords to package.json
1 parent d8da045 commit e08ff9d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@
99
"description": "A React hook that allows you to use a ResizeObserver to measure an element's size.",
1010
"author": "Viktor Hubert <[email protected]>",
1111
"license": "MIT",
12+
"keywords": [
13+
"react",
14+
"hook",
15+
"react hook",
16+
"resize observer",
17+
"resize observer hook",
18+
"resize observer react hook",
19+
"use-resize-observer",
20+
"useresizeobserver",
21+
"resize hook",
22+
"size hook",
23+
"container query",
24+
"css in js",
25+
"measure",
26+
"size",
27+
"resize"
28+
],
1229
"scripts": {
1330
"build": "rollup -c && tsc && cp dist/index.d.ts polyfilled.d.ts",
1431
"watch": "KARMA_BROWSERS=Chrome run-p 'src:watch' 'karma:watch'",

0 commit comments

Comments
 (0)