Skip to content

Commit

Permalink
docs(package): add description and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Mar 31, 2024
1 parent 40f6d8f commit 84c331a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"private": true,
"name": "@softwareventures/result",
"version": "0.0.0-development",
"description": "",
"keywords": [],
"description": "A Rust-like Result type representing the result of a fallible computation",
"keywords": [
"result",
"fallible",
"monad",
"TypeScript"
],
"author": "Daniel Cassidy <mail@danielcassidy.me.uk>",
"homepage": "https://github.com/softwareventures/result",
"bugs": "https://github.com/softwareventures/result/issues",
Expand Down

0 comments on commit 84c331a

Please sign in to comment.