We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1feee commit 4713f76Copy full SHA for 4713f76
packages/pkg/package.json
@@ -26,5 +26,8 @@
26
],
27
"peerDependencies": {
28
"prettier": "^2.0.5"
29
+ },
30
+ "publishConfig": {
31
+ "access": "public"
32
}
33
packages/sh/package.json
@@ -35,5 +35,8 @@
35
},
36
"dependencies": {
37
"mvdan-sh": "^0.5.0"
38
39
40
41
42
packages/sql/package.json
@@ -40,5 +40,8 @@
"node-sql-parser": "^3.1.0",
"sql-formatter": "^4.0.2"
43
44
45
46
47
0 commit comments