Skip to content

Commit 4a2a694

Browse files
committed
Fix keywords and description
1 parent ea95884 commit 4a2a694

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
"test": "gulp test",
1010
"release": "release-it"
1111
},
12-
"description": "",
12+
"description": "Catch all process errors: uncaught exceptions, warnings and improperly handled promises",
1313
"keywords": [
1414
"process",
15+
"error-handling",
16+
"error-handler",
1517
"error",
1618
"handling",
1719
"handler",
@@ -20,6 +22,7 @@
2022
"warnings",
2123
"logging",
2224
"uncaught",
25+
"uncaught-exceptions",
2326
"uncaughtException",
2427
"unhandledRejection",
2528
"rejectionHandled",

0 commit comments

Comments
 (0)