From 64efe0d6d24d44e2f35535ec5ecfd13cee522172 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 26 Jan 2023 18:49:26 +0200 Subject: [PATCH] fixup files for publish --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b80e4bdfd..8bd588c3b 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,9 @@ "tinyspy": "^1.0.2", "tsx": "^3.12.1", "typescript": "^4.9.4" - } + }, + "files": [ + "dist", + "jspm.js" + ] }