There was an error while loading. Please reload this page.
1 parent 9389a4d commit 67bfb0cCopy full SHA for 67bfb0c
2 files changed
packages/bugsnag-zero-lambda-context/package.json
@@ -17,8 +17,9 @@
17
"README.md"
18
],
19
"type": "module",
20
- "main": "dist/cjs/index.cjs",
21
- "module": "dist/esm/index.js",
+ "main": "dist/index.cjs",
+ "module": "dist/index.js",
22
+ "types": "dist/index.d.ts",
23
"exports": {
24
".": {
25
"import": "./dist/index.js",
packages/bugsnag-zero/package.json
@@ -22,8 +22,9 @@
26
27
28
29
30
0 commit comments