Skip to content

Commit

Permalink
chore: Added keywords to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeCoder committed Nov 14, 2020
1 parent d8da045 commit e08ff9d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@
"description": "A React hook that allows you to use a ResizeObserver to measure an element's size.",
"author": "Viktor Hubert <contact@hubertviktor.com>",
"license": "MIT",
"keywords": [
"react",
"hook",
"react hook",
"resize observer",
"resize observer hook",
"resize observer react hook",
"use-resize-observer",
"useresizeobserver",
"resize hook",
"size hook",
"container query",
"css in js",
"measure",
"size",
"resize"
],
"scripts": {
"build": "rollup -c && tsc && cp dist/index.d.ts polyfilled.d.ts",
"watch": "KARMA_BROWSERS=Chrome run-p 'src:watch' 'karma:watch'",
Expand Down

0 comments on commit e08ff9d

Please sign in to comment.