mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 07:02:13 +00:00
Add lib/loader/ to package.json (#273)
This commit is contained in:
parent
711f73b15d
commit
c4d7764851
@ -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/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user