From 792f3efa746daedfa97a2a63050e4525ab5c2172 Mon Sep 17 00:00:00 2001 From: jrandolf <101637635+jrandolf@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:11:14 +0200 Subject: [PATCH] fix: remove misc. files from pack (#356) --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ae8eaba..9701affb 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,10 @@ "build:testserver": "cd third_party/testserver && npm run build" }, "files": [ - "lib" + "lib", + "**/*.d.ts", + "**/*.d.ts.map", + "!main.d.ts" ], "author": "Chrome DevTools authors", "license": "Apache-2.0",