Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Nov 6, 2023
1 parent 6d99caf commit b7ec3f5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jswork/react-page-exception",
"description": "React page exception component.",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,5 +30,15 @@
},
"dependencies": {
"@jswork/react-empty-state": "^1.1.5"
}
},
"keywords": [
"react",
"component",
"page",
"exception",
"error",
"404",
"403",
"500"
]
}

0 comments on commit b7ec3f5

Please sign in to comment.