Skip to content

Commit 960ede8

Browse files
authored
Merge pull request #483 from layer5io/fix-public-access
Fix public access
2 parents 0375600 + 0a22c91 commit 960ede8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layer5/sistent",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"description": "Reusable React Components and SVG Icons library",
55
"repository": {
66
"type": "git",
@@ -106,5 +106,8 @@
106106
"react-dom": {
107107
"optional": true
108108
}
109+
},
110+
"publishConfig": {
111+
"access": "public"
109112
}
110113
}

0 commit comments

Comments
 (0)