Skip to content

Commit

Permalink
bundle node with rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Jan 31, 2025
1 parent 633b8d9 commit f00a216
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@bugsnag/node",
"version": "8.1.1",
"main": "dist/bugsnag.js",
"types": "types/bugsnag.d.ts",
"main": "dist/index-cjs.cjs",
"types": "dist/types/index-es.d.ts",
"exports": {
".": {
"types": "./dist/types/index-es.d.ts",
"import": "./dist/index-es.mjs",
"default": "./dist/index-cjs.cjs"
}
},
"description": "Bugsnag error reporter for Node.js",
"homepage": "https://www.bugsnag.com/",
"repository": {
Expand Down

0 comments on commit f00a216

Please sign in to comment.