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" +}