diff --git a/build.ts b/build.ts index 39305c8..d64ebf6 100644 --- a/build.ts +++ b/build.ts @@ -1,8 +1,11 @@ -import { build } from "https://deno.land/x/dnt@0.23.0/mod.ts"; +import { build } from "https://deno.land/x/dnt@0.26.0/mod.ts"; await Deno.remove("npm", { recursive: true }).catch((_) => {}); await build({ + compilerOptions: { + lib: ["webworker", "es2020"] + }, shims: { custom: [ { diff --git a/egg.json b/egg.json index 2918bb3..75e1fbe 100644 --- a/egg.json +++ b/egg.json @@ -5,7 +5,7 @@ "description": "A brand new bleeding edge non bloated Discord library", "homepage": "https://github.com/oasisjs/biscuit", "version": "0.1.0", - "releaseType": "minor", + "releaseType": "patch", "unstable": false, "unlisted": false, "files": [