[fabric/domain] Remove src directory

This commit is contained in:
Pablo Baleztena 2024-10-16 11:53:03 -03:00
parent 26cc090284
commit 72780b9803
64 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@fabric/domain",
"exports": {
".": "./src/index.ts",
"./mocks": "./src/mocks.ts"
".": "./index.ts",
"./mocks": "./mocks.ts"
}
}