Skip to content

Commit e4d904c

Browse files
committed
FIX: Add missing package keywords
1 parent 589e32f commit e4d904c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "tryresult",
33
"description": "A typescript library to get rid of try catches.",
4+
"keywords": [
5+
"typescript",
6+
"error-handling",
7+
"try-catch",
8+
"erros"
9+
],
410
"repository": {
511
"type": "git",
612
"url": "https://github.com/ahmeddots/tryresult.git"

0 commit comments

Comments
 (0)