[fabric/testing] Remove src directory

This commit is contained in:
Pablo Baleztena 2024-10-16 12:33:17 -03:00
parent 0b05168544
commit aadefd30f8
2 changed files with 1 additions and 1 deletions

View File

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