[fabric/sqlite-store] Remove src directory

This commit is contained in:
Pablo Baleztena 2024-10-16 11:53:28 -03:00
parent 72780b9803
commit 6d2218f9f5
17 changed files with 1 additions and 1 deletions

View File

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