Skip to content

Commit fe0692b

Browse files
authored
Enforce public access in code (#35)
1 parent 58dcdda commit fe0692b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
]
2525
}
2626
},
27+
"publishConfig": {
28+
"access": "public"
29+
},
2730
"scripts": {
2831
"build": "yarn tsc --build tsconfig.build.json",
2932
"build:watch": "yarn build --watch",

0 commit comments

Comments
 (0)