We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d99caf commit b7ec3f5Copy full SHA for b7ec3f5
packages/lib/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@jswork/react-page-exception",
3
"description": "React page exception component.",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"main": "dist/index.cjs.js",
6
"module": "dist/index.esm.js",
7
"types": "dist/index.d.ts",
@@ -30,5 +30,15 @@
30
},
31
"dependencies": {
32
"@jswork/react-empty-state": "^1.1.5"
33
- }
+ },
34
+ "keywords": [
35
+ "react",
36
+ "component",
37
+ "page",
38
+ "exception",
39
+ "error",
40
+ "404",
41
+ "403",
42
+ "500"
43
+ ]
44
}
0 commit comments