exports types

This commit is contained in:
2024-12-01 03:57:56 -07:00
parent 67ddb71fdd
commit 3e68ca285b
3 changed files with 37 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@bearmetal/router",
"description": "A simple router for Deno",
"version": "0.1.1",
"version": "0.1.2",
"stable": true,
"repository": "https://github.com/emmaos/bearmetal",
"files": [
@@ -9,7 +9,10 @@
"README.md",
"LICENSE"
],
"exports": "./mod.ts",
"exports": {
".": "./mod.ts",
"./types": "./types.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.7",
"@std/testing": "jsr:@std/testing@^1.0.4"