Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
    "https://opencollective.com/fedify",
    "https://github.com/sponsors/dahlia"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
+1 −1
Original line number Diff line number Diff line
@@ -4,5 +4,5 @@ export default defineConfig({
  entry: ["src/index.ts"],
  dts: true,
  platform: "node",
  format: ["commonjs", "esm"],
  format: ["esm"],
});