Skip to content

Commit 17b4aeb

Browse files
committed
fix: remove private for the time being
1 parent aab8912 commit 17b4aeb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
with:
2828
node-version: 22
2929
registry-url: https://registry.npmjs.org/
30-
- run: sed -i '/"private": true,/d' package.json
3130
- run: yarn
3231
- run: yarn publish
3332
env:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
88
"license": "MIT",
9-
"private": true,
109
"workspaces": [
1110
"ts-component-tests",
1211
"js-component-tests"

0 commit comments

Comments
 (0)