remove postgres test from main package

This commit is contained in:
dswbx
2025-03-14 09:55:00 +01:00
parent c4aaa5a90b
commit 178838e06c
2 changed files with 1 additions and 61 deletions

View File

@@ -33,5 +33,5 @@
"metafile": true,
"external": ["bknd", "pg", "kysely"]
},
"files": ["dist", "!*.map", "!metafile*.json"]
"files": ["dist", "README.md", "!*.map", "!metafile*.json"]
}