From 6df714a7082685a84e2316b4838be19d39aac9db Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Thu, 8 Oct 2020 17:36:52 +0200 Subject: [PATCH] Add openpgp/lightweight to npm build --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b34b19ae..85149d31 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "lib": "src" }, "files": [ - "dist/" + "dist/", + "lightweight/" ], "scripts": { "build": "rollup --config",