From 1bd9581fb3ec6ddd0cb380a264d107c7720c52c8 Mon Sep 17 00:00:00 2001 From: Tyler J Russell <22531310+Nytelife26@users.noreply.github.com> Date: Thu, 25 Mar 2021 09:39:11 +0000 Subject: [PATCH] chore: fix package bundling (#601) * chore: fix package bundling * chore: specify index inclusion * chore: bundle documentation * chore: add types --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index ae9113d369c..7eb95bc6090 100644 --- a/package.json +++ b/package.json @@ -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",