Skip to content

Commit 26113b7

Browse files
committed
docs(package): add description and keywords
1 parent e0b2e8c commit 26113b7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
"private": true,
33
"name": "@softwareventures/observe-async",
44
"version": "0.0.0-development",
5-
"description": "",
6-
"keywords": [],
5+
"description": "Create an rxjs Observable from an asynchronous function",
6+
"keywords": [
7+
"rxjs",
8+
"observable",
9+
"async",
10+
"function",
11+
"TypeScript"
12+
],
713
"author": "Daniel Cassidy <mail@danielcassidy.me.uk>",
814
"homepage": "https://github.com/softwareventures/observe-async",
915
"bugs": "https://github.com/softwareventures/observe-async/issues",

0 commit comments

Comments
 (0)