diff --git a/packages/geometry-fns/package.json b/packages/geometry-fns/package.json index f2475b0..8169cf4 100644 --- a/packages/geometry-fns/package.json +++ b/packages/geometry-fns/package.json @@ -24,6 +24,5 @@ "publish": "(npm view $(npm view ./ name)@$(npm view ./ version) > /dev/null 2>&1) && (echo \"This version has already been published. Skipping.\") || (bun pm pack --filename package.tgz && npm publish ../../package.tgz --access public --tag=latest)" }, "type": "module", - "types": "dist/index.d.ts", "version": "0.0.3" } diff --git a/packages/grid-fns/package.json b/packages/grid-fns/package.json index e06ed51..7c69a8c 100644 --- a/packages/grid-fns/package.json +++ b/packages/grid-fns/package.json @@ -24,6 +24,5 @@ "publish": "(npm view $(npm view ./ name)@$(npm view ./ version) > /dev/null 2>&1) && (echo \"This version has already been published. Skipping.\") || (bun pm pack --filename package.tgz && npm publish ../../package.tgz --access public --tag=latest)" }, "type": "module", - "types": "dist/index.d.ts", "version": "0.0.3" } diff --git a/packages/linear-fns/package.json b/packages/linear-fns/package.json index d44c824..74cdd89 100644 --- a/packages/linear-fns/package.json +++ b/packages/linear-fns/package.json @@ -21,6 +21,5 @@ "publish": "(npm view $(npm view ./ name)@$(npm view ./ version) > /dev/null 2>&1) && (echo \"This version has already been published. Skipping.\") || (bun pm pack --filename package.tgz && npm publish ../../package.tgz --access public --tag=latest)" }, "type": "module", - "types": "dist/index.d.ts", "version": "0.0.3" }