Skip to content

Commit 95d3e2c

Browse files
Initial Commit with publish permission
1 parent ba4a1f1 commit 95d3e2c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,8 @@
6868
"prerelease": true
6969
}
7070
]
71+
},
72+
"publishConfig": {
73+
"access": "public"
7174
}
7275
}

packages/web-component/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@
3737
"devDependencies": {
3838
"@types/react": "^18.2.0",
3939
"@types/react-dom": "^18.2.0"
40+
},
41+
"publishConfig": {
42+
"access": "public"
4043
}
4144
}

0 commit comments

Comments
 (0)