Add lib/loader/ to package.json (#273)

This commit is contained in:
Sylvain Corsini 2018-10-20 12:39:59 +02:00 committed by Daniel Wirtz
parent 711f73b15d
commit c4d7764851

View File

@ -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" "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": [ "files": [
"lib/loader/index.d.ts",
"lib/loader/index.js",
"lib/loader/README.md",
"bin/", "bin/",
"cli/", "cli/",
"dist/", "dist/",