Skip to content

Commit

Permalink
fix(deno): Make sure files get published (#9611)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Nov 21, 2023
1 parent 4b8d755 commit 48e2337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/deno",
"author": "Sentry",
"license": "MIT",
"module": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"index.js",
"index.js.map",
"index.mjs",
"index.mjs.map",
"index.d.ts"
],
"dependencies": {
Expand Down

0 comments on commit 48e2337

Please sign in to comment.