testing and fixes to middleware matching

This commit is contained in:
2024-11-10 15:08:04 -07:00
parent 38b995ce8d
commit a27883f859
5 changed files with 665 additions and 224 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "BearMetal Router",
"name": "@bearmetal/router",
"description": "A simple router for Deno",
"version": "0.1.0",
"stable": true,
@@ -8,5 +8,10 @@
"mod.ts",
"README.md",
"LICENSE"
]
],
"exports": "./mod.ts",
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.7",
"@std/testing": "jsr:@std/testing@^1.0.4"
}
}