Skip to content

Commit

Permalink
chore: update deno configs
Browse files Browse the repository at this point in the history
  • Loading branch information
MathurAditya724 committed Dec 5, 2024
1 parent 15eef4a commit 3e9c729
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@
"name": "@hono-rate-limiter/hono-rate-limiter",
"version": "0.4.2",
"license": "MIT",
"unstable": [
"sloppy-imports"
],
"unstable": ["sloppy-imports"],
"exports": "./packages/core/src/index.ts",
"publish": {
"include": [
"jsr.json",
"README.md",
"./packages/core/src/**/*.ts"
],
"exclude": [
"./packages/core/src/__tests__/**/*.ts"
]
"include": ["README.md", "./packages/core/src/**/*.ts"],
"exclude": ["./packages/core/src/__tests__/**/*.ts"]
},
"imports": {
"hono": "jsr:@hono/hono@^4.6.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"unstable": ["sloppy-imports"],
"exports": "./src/index.ts",
"publish": {
"include": ["jsr.json", "README.md", "./src/**/*.ts"],
"include": ["README.md", "./src/**/*.ts"],
"exclude": ["./src/__tests__/**/*.ts"]
},
"imports": {
Expand Down

0 comments on commit 3e9c729

Please sign in to comment.