From 6e170a791e53c11eaa33ea8bb6cfd2812e942a87 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Thu, 14 Jul 2022 08:37:52 -0500 Subject: [PATCH] fix: update build script --- build.ts | 5 ++++- egg.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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": [