Skip to content

Commit 2df56ed

Browse files
authored
Add public publish config to types-internal (#9644)
1 parent 9865cbe commit 2df56ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/types-internal/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"type": "git",
99
"url": "https://github.com/parcel-bundler/parcel.git"
1010
},
11-
"publishConfig": {},
11+
"publishConfig": {
12+
"access": "public"
13+
},
1214
"scripts": {
1315
"build-ts": "./scripts/build-ts.sh",
1416
"check-ts": "tsc --noEmit lib/index.d.ts"

0 commit comments

Comments
 (0)