Skip to content

Commit e96d3a4

Browse files
committed
chore: fix exports
1 parent 6f256bc commit e96d3a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deno.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
".": "./mod.ts",
66
"./application": "./application.ts",
77
"./body": "./body.ts",
8-
"./content": "./content.ts",
8+
"./context": "./context.ts",
99
"./helpers": "./helpers.ts",
1010
"./etag": "./etag.ts",
1111
"./http_server_native": "./http_server_native.ts",
12-
"./proxy": "./proxy.ts",
13-
"./middleware": "./middleware.ts",
1412
"./multipart": "./multipart.ts",
13+
"./proxy": "./middleware/proxy.ts",
1514
"./range": "./range.ts",
1615
"./request": "./request.ts",
1716
"./response": "./response.ts",

0 commit comments

Comments
 (0)