Skip to content

Commit c4d7764

Browse files
scorsidcodeIO
authored andcommitted
Add lib/loader/ to package.json (AssemblyScript#273)
1 parent 711f73b commit c4d7764

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
"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"
5454
},
5555
"files": [
56+
"lib/loader/index.d.ts",
57+
"lib/loader/index.js",
58+
"lib/loader/README.md",
5659
"bin/",
5760
"cli/",
5861
"dist/",

0 commit comments

Comments
 (0)