Skip to content

Commit 4713f76

Browse files
committed
build: clarify package accessibility
1 parent 8f1feee commit 4713f76

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

packages/pkg/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
],
2727
"peerDependencies": {
2828
"prettier": "^2.0.5"
29+
},
30+
"publishConfig": {
31+
"access": "public"
2932
}
3033
}

packages/sh/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
},
3636
"dependencies": {
3737
"mvdan-sh": "^0.5.0"
38+
},
39+
"publishConfig": {
40+
"access": "public"
3841
}
3942
}

packages/sql/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@
4040
"dependencies": {
4141
"node-sql-parser": "^3.1.0",
4242
"sql-formatter": "^4.0.2"
43+
},
44+
"publishConfig": {
45+
"access": "public"
4346
}
4447
}

0 commit comments

Comments
 (0)