prep for publish

This commit is contained in:
2025-01-04 18:04:40 -07:00
parent b73af68989
commit 0c8d1865ff
6 changed files with 384 additions and 331 deletions

View File

@@ -1,9 +1,8 @@
{
"name": "@bearmetal/router",
"description": "A simple router for Deno",
"version": "0.1.3",
"version": "0.2.0",
"stable": true,
"repository": "https://github.com/emmaos/bearmetal",
"files": [
"mod.ts",
"README.md",
@@ -13,8 +12,11 @@
".": "./mod.ts",
"./types": "./types.ts"
},
"exclude": [
".vscode/"
],
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.7",
"@std/testing": "jsr:@std/testing@^1.0.4"
}
}
}