Skip to content

Commit

Permalink
Merge pull request #483 from layer5io/fix-public-access
Browse files Browse the repository at this point in the history
Fix public access
  • Loading branch information
nebula-aac authored Feb 3, 2024
2 parents 0375600 + 0a22c91 commit 960ede8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layer5/sistent",
"version": "0.14.2",
"version": "0.14.3",
"description": "Reusable React Components and SVG Icons library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -106,5 +106,8 @@
"react-dom": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 960ede8

Please sign in to comment.