Skip to content

Commit

Permalink
docs(package.json): Add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Mar 9, 2018
1 parent bb1c18e commit 4cc9771
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"name": "@rxreact/core",
"version": "1.0.1",
"description": "",
"keywords": [],
"description": "Typescript based RX bindings for React",
"keywords": [
"rxjs",
"react",
"rx",
"typescript",
"javascript",
"state",
"observable",
"reactive",
"rxreact",
"rx-react"
],
"main": "dist/rxreact.umd.js",
"module": "dist/rxreact.es5.js",
"typings": "dist/types/rxreact.d.ts",
Expand Down

0 comments on commit 4cc9771

Please sign in to comment.