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 4b8d755 commit 48e2337Copy full SHA for 48e2337
packages/deno/package.json
@@ -6,14 +6,14 @@
6
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/deno",
7
"author": "Sentry",
8
"license": "MIT",
9
- "module": "build/index.js",
+ "module": "build/index.mjs",
10
"types": "build/index.d.ts",
11
"publishConfig": {
12
"access": "public"
13
},
14
"files": [
15
- "index.js",
16
- "index.js.map",
+ "index.mjs",
+ "index.mjs.map",
17
"index.d.ts"
18
],
19
"dependencies": {
0 commit comments