Skip to content

Commit

Permalink
chore: update deno.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Nov 20, 2024
1 parent e2fea56 commit 339427b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deno/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Reserved package for tombi.

## For Developer

### Publish

```sh
deno run -A build_npm.ts ${VERSION}
```
9 changes: 9 additions & 0 deletions deno/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,14 @@
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.3",
"@std/assert": "jsr:@std/assert@1"
},
"fmt": {
"exclude": ["npm/"]
},
"lint": {
"exclude": ["npm/"]
},
"test": {
"exclude": ["npm/"]
}
}

0 comments on commit 339427b

Please sign in to comment.