[fabric/core] Remove src directory for improved usability

This commit is contained in:
Pablo Baleztena 2024-10-16 02:07:20 -03:00
parent 7f4a0bd06b
commit 26cc090284
39 changed files with 1 additions and 1 deletions

View File

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