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
39 changed files with 1 additions and 1 deletions
Showing only changes of commit 26cc090284 - Show all commits

View File

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