Skip to content
Snippets Groups Projects
Commit 4e1b6784 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: pdfparse not working with in ESM version

parent 8b381f26
No related branches found
No related tags found
No related merge requests found
...@@ -50,12 +50,5 @@ ...@@ -50,12 +50,5 @@
"test": "jest", "test": "jest",
"build": "tsup src/index.ts --format esm,cjs --dts", "build": "tsup src/index.ts --format esm,cjs --dts",
"dev": "tsup src/index.ts --format esm,cjs --dts --watch" "dev": "tsup src/index.ts --format esm,cjs --dts --watch"
},
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment