Removed util bundle
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-02-08 03:50:07 +01:00
parent 1b93f84d4e
commit 23a22360f9
2 changed files with 0 additions and 7 deletions

View File

@@ -40,5 +40,4 @@ export const createBundleConfig = (
export default [ export default [
createBundleConfig("src/lib.ts", "."), createBundleConfig("src/lib.ts", "."),
createBundleConfig("src/util/lib.ts", "./util"),
] ]

View File

@@ -1,6 +0,0 @@
export {
Extend,
ExtendFn,
Extendable,
ExtendableFn
} from "."