Skip to content

Commit

Permalink
chore(*): release
Browse files Browse the repository at this point in the history
  • Loading branch information
HytonightYX committed Mar 18, 2022
1 parent 2379f57 commit 4a0683f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rexd/core",
"version": "0.5.0",
"version": "0.5.1",
"description": "A responsive and adaptive components library, with ability to config theme and color mode.",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -21,7 +21,9 @@
"dist/"
],
"publishConfig": {
"access": "public"
"registry": "https://registry.npmjs.org/",
"access": "public",
"tag": "latest"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.1.0",
Expand Down

0 comments on commit 4a0683f

Please sign in to comment.