Skip to content

Commit

Permalink
Release 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Runner committed Aug 1, 2024
1 parent 0818ab7 commit 4a8cab5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "@wok/jetski",
"version": "0.0.0",
"version": "1.9.4",
"exports": {
"./types": "./src/types.ts"
},
"publish": {
"include": ["./src", "./deno.json", "./README.md", "./LICENSE"]
"include": [
"./src",
"./deno.json",
"./README.md",
"./LICENSE"
]
},
"tasks": {
"check_all": "deno check **/*.ts"
Expand All @@ -30,7 +35,9 @@
"**/.secrets/*"
],
"rules": {
"exclude": ["no-slow-types"]
"exclude": [
"no-slow-types"
]
}
},
"imports": {
Expand Down

0 comments on commit 4a8cab5

Please sign in to comment.