Skip to content

Commit

Permalink
fix: deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
load1n9 committed Nov 6, 2024
1 parent fed03c3 commit accc716
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
},
"lint": {
"exclude": [
"wasm.js",
"pkg"
]
},
"publish": {
"include": [
"mod.ts",
"wasm.js",
"README.md",
"LICENSE"
"wasm.js"
]
}
}

0 comments on commit accc716

Please sign in to comment.