catch-match 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "catch-match",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "repository": {
5
5
  "url": "https://github.com/kobzarvs/catch-match"
6
6
  },
7
+ "keywords": ["try", "catch", "match", "pattern", "errors", "exceptions", "throw", "finally"],
7
8
  "type": "module",
8
9
  "main": "dist/main.js",
9
10
  "scripts": {