Skip to content

Commit c604f53

Browse files
committed
build: Add src/ core files in deno.json publish.include
1 parent 88f5207 commit c604f53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deno.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
"include": [
1515
"LICENSE",
1616
"README.md",
17-
"src/wiremap.ts"
17+
"src/wiremap.ts",
18+
"src/block.ts",
19+
"src/unit.ts",
20+
"src/mock.ts",
21+
"src/common.ts"
1822
]
1923
},
2024
"imports": {

0 commit comments

Comments
 (0)