Skip to content

Commit b3cf526

Browse files
author
Luca Forstner
authored
build(remix): Make remix package public (#5349)
1 parent 36e9d0e commit b3cf526

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/remix/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"module": "build/esm/index.server.js",
1717
"browser": "build/esm/index.client.js",
1818
"types": "build/types/index.server.d.ts",
19+
"publishConfig": {
20+
"access": "public"
21+
},
1922
"dependencies": {
2023
"@sentry/cli": "2.2.0",
2124
"@sentry/core": "7.3.1",

0 commit comments

Comments
 (0)