Skip to content

Commit

Permalink
Merge pull request #7 from ilteoood/fix/cjs-interop
Browse files Browse the repository at this point in the history
fix: cjs interop
  • Loading branch information
ilteoood authored Apr 29, 2024
2 parents ded9832 + 6d5c700 commit c423e0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions examples/fastify/src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { stringify } from "@ilteoood/re-flusso/ndJson/stringify";
import { pipeline } from "@ilteoood/re-flusso/pipeline";
import fastify from "fastify";
import { Readable } from "node:stream";
import { ReadableStream } from "node:stream/web";

const server = fastify();

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"license": "MIT",
"exports": {
"./*": {
"types": "./dist/*.d.ts",
"import": "./dist/*.js",
"require": "./dist/*.cjs"
}
Expand Down

0 comments on commit c423e0d

Please sign in to comment.