From ab8bb32d7fc459a0e800b15102ed9dd4c32c7f19 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 12 Sep 2023 00:19:32 -0500 Subject: [PATCH] enable tests --- _build.ts | 3 +-- package.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/_build.ts b/_build.ts index 3a456d1..cdb93c9 100644 --- a/_build.ts +++ b/_build.ts @@ -12,14 +12,13 @@ await build({ entryPoints: ["./index.ts"], outDir: "./npm", typeCheck: false, - test: false, scriptModule: false, compilerOptions: { target: "ES2021", sourceMap: true, inlineSources: true, }, - shims: {}, + shims: { deno: "dev" }, package: packageJson, }); diff --git a/package.json b/package.json index 5d95f1a..bc6a0f9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "structurae", "version": "4.0.2", "main": "./esm/index.js", - "type": "module", "description": "Data structures for high-performance JavaScript applications.", "keywords": [ "optimization",