Skip to content

Commit

Permalink
chore: fix package bundling (nodejs#601)
Browse files Browse the repository at this point in the history
* chore: fix package bundling

* chore: specify index inclusion

* chore: bundle documentation

* chore: add types
  • Loading branch information
Nytelife26 authored and crysmags committed Feb 27, 2024
1 parent 0bc8b9b commit 1bd9581
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
],
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.(js|d.ts)",
"lib",
"types",
"docs"
],
"scripts": {
"prebuild-wasm": "docker build -t llhttp_wasm_builder .",
"build-wasm": "node build_wasm.js --docker",
Expand Down

0 comments on commit 1bd9581

Please sign in to comment.