From c4d77648517f3eabc2b26527d3c6e61928c670ae Mon Sep 17 00:00:00 2001 From: Sylvain Corsini Date: Sat, 20 Oct 2018 12:39:59 +0200 Subject: [PATCH] Add lib/loader/ to package.json (#273) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 453aee34..aae08e12 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,9 @@ "docs": "typedoc --tsconfig tsconfig-docs.json --mode modules --name \"AssemblyScript Compiler API\" --out ./docs/api --ignoreCompilerErrors --excludeNotExported --excludePrivate --excludeExternals --exclude **/std/** --includeDeclarations --readme src/README.md" }, "files": [ + "lib/loader/index.d.ts", + "lib/loader/index.js", + "lib/loader/README.md", "bin/", "cli/", "dist/",