Skip to content

Commit

Permalink
chore: fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jan 12, 2024
1 parent 6f256bc commit e96d3a4
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 @@ -5,13 +5,12 @@
".": "./mod.ts",
"./application": "./application.ts",
"./body": "./body.ts",
"./content": "./content.ts",
"./context": "./context.ts",
"./helpers": "./helpers.ts",
"./etag": "./etag.ts",
"./http_server_native": "./http_server_native.ts",
"./proxy": "./proxy.ts",
"./middleware": "./middleware.ts",
"./multipart": "./multipart.ts",
"./proxy": "./middleware/proxy.ts",
"./range": "./range.ts",
"./request": "./request.ts",
"./response": "./response.ts",
Expand Down

0 comments on commit e96d3a4

Please sign in to comment.