Skip to content

Commit b7ec3f5

Browse files
committed
Release 1.0.1
1 parent 6d99caf commit b7ec3f5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

packages/lib/package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jswork/react-page-exception",
33
"description": "React page exception component.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
77
"types": "dist/index.d.ts",
@@ -30,5 +30,15 @@
3030
},
3131
"dependencies": {
3232
"@jswork/react-empty-state": "^1.1.5"
33-
}
33+
},
34+
"keywords": [
35+
"react",
36+
"component",
37+
"page",
38+
"exception",
39+
"error",
40+
"404",
41+
"403",
42+
"500"
43+
]
3444
}

0 commit comments

Comments
 (0)