Skip to content

Commit

Permalink
fix(docs): Add keywords to the NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
iainjreid committed Nov 4, 2023
1 parent 4032683 commit 5c4f5cc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"name": "@emphori/compose",
"description": "A lightweight functional composition helper",
"keywords": [],
"keywords": [
"functional",
"functional-programming",
"promise",
"promises",
"railway-orientated",
"railway-orientated-programming",
"strongly-typed",
"types",
"typescript"
],
"author": "Emphori (https://emphori.co)",
"contributors": [
"Iain Reid <[email protected]> (https://iainjreid.com)"
Expand Down

0 comments on commit 5c4f5cc

Please sign in to comment.