Skip to content

Commit

Permalink
Release 1.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Runner committed Oct 9, 2024
1 parent 2c26234 commit 6f9ff23
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"name": "@wok/helmet",
"version": "0.0.0",
"version": "1.35.2",
"exports": {
".": "./src/mod.ts",
"./cli": "./src/cli.ts",
"./deps/typebox": "./src/deps/typebox.ts",
"./deps/k8s": "./src/deps/k8s.ts"
},
"publish": {
"include": ["./src", "./deno.json", "./README.md", "./LICENSE"],
"exclude": ["**/*.test.ts"]
"include": [
"./src",
"./deno.json",
"./README.md",
"./LICENSE"
],
"exclude": [
"**/*.test.ts"
]
},
"fmt": {
"lineWidth": 120,
Expand All @@ -24,7 +31,9 @@
"examples"
],
"rules": {
"exclude": ["no-slow-types"]
"exclude": [
"no-slow-types"
]
}
},
"imports": {
Expand Down

0 comments on commit 6f9ff23

Please sign in to comment.