Skip to content

Commit

Permalink
fix(package): add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Aug 25, 2018
1 parent e02564a commit 4ff1dc5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"name": "abortable-rx",
"description": "Drop-in replacements for RxJS Observable methods and operators that work with AbortSignal",
"keywords": [
"rx",
"rxjs",
"reactive",
"AbortSignal",
"AbortController",
"cancel",
"Promise",
"async",
"fetch"
],
"version": "0.0.0-development",
"license": "MIT",
"author": "Felix Becker <[email protected]>",
Expand Down

0 comments on commit 4ff1dc5

Please sign in to comment.