From 6516602d7b8883711d59797e647cea369d1ca60b Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Tue, 12 May 2020 01:30:08 +0200 Subject: [PATCH] Add shortcut to import 'openpgp/lightweight' --- README.md | 2 +- lightweight/package.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 lightweight/package.json diff --git a/README.md b/README.md index 3a938827..55543c6e 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ If you want to use the lightweight build (which is smaller, and lazily loads non ```html ``` diff --git a/lightweight/package.json b/lightweight/package.json new file mode 100644 index 00000000..779adefe --- /dev/null +++ b/lightweight/package.json @@ -0,0 +1,4 @@ +{ + "name": "openpgp-lightweight", + "main": "../dist/lightweight/openpgp.min.mjs" +}