Skip to content

Commit 9163b89

Browse files
committed
Update package description and add tags
The purpose of this is to improve findability now that this can be used as a request library.
1 parent df625b7 commit 9163b89

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//. # Fluture Node
22
//.
3-
//. Common Node API's wrapped to return [Fluture][] Futures.
3+
//. FP-style HTTP and streaming utils for Node based on [Fluture][].
44
//.
55
//. ```console
66
//. $ npm install fluture fluture-node

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
{
22
"name": "fluture-node",
33
"version": "2.0.0",
4-
"description": "Common Node API's wrapped to return Fluture Futures",
4+
"description": "FP-style HTTP and streaming utils for Node based on Fluture",
5+
"tags": [
6+
"buffer",
7+
"events",
8+
"fluture",
9+
"http",
10+
"https",
11+
"node",
12+
"request",
13+
"streams",
14+
"timers"
15+
],
516
"type": "module",
617
"main": "index.cjs",
718
"module": "index.js",

0 commit comments

Comments
 (0)