From cb14538d0a42bbd8e4431cee319d9b3eac14fe20 Mon Sep 17 00:00:00 2001 From: scorsi Date: Wed, 19 Sep 2018 12:22:58 +0200 Subject: [PATCH] Add lib/loader/ to package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 6ed362456c..216b11ceca 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/",