Skip to content

Commit accc716

Browse files
committed
fix: deno.json
1 parent fed03c3 commit accc716

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deno.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@
1010
},
1111
"lint": {
1212
"exclude": [
13+
"wasm.js",
1314
"pkg"
1415
]
1516
},
1617
"publish": {
1718
"include": [
1819
"mod.ts",
19-
"wasm.js",
20-
"README.md",
21-
"LICENSE"
20+
"wasm.js"
2221
]
2322
}
2423
}

0 commit comments

Comments
 (0)