chore: migrate monorepo to deno 2 #3

Merged
piarrot merged 12 commits from chore-migrate-to-deno2 into main 2024-10-16 13:13:56 -03:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit aadefd30f8 - Show all commits

View File

@ -1,6 +1,6 @@
{ {
"name": "@fabric/testing", "name": "@fabric/testing",
"exports": { "exports": {
".": "./src/index.ts" ".": "./index.ts"
} }
} }