We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadfd2b commit d1d7e79Copy full SHA for d1d7e79
packages/deno/package.json
@@ -10,6 +10,9 @@
10
"module": "build/index.js",
11
"types": "build/index.d.ts",
12
"private": true,
13
+ "publishConfig": {
14
+ "access": "public"
15
+ },
16
"dependencies": {
17
"@sentry/core": "7.73.0",
18
"@sentry/browser": "7.73.0",
packages/e2e-tests/verdaccio-config/config.yaml
@@ -68,6 +68,12 @@ packages:
68
unpublish: $all
69
# proxy: npmjs # Don't proxy for E2E tests!
70
71
+ '@sentry/deno':
72
+ access: $all
73
+ publish: $all
74
+ unpublish: $all
75
+ # proxy: npmjs # Don't proxy for E2E tests!
76
+
77
'@sentry/ember':
78
access: $all
79
publish: $all
0 commit comments