fix: update build script

This commit is contained in:
Yuzu 2022-07-14 08:37:52 -05:00
parent 6a4e9c24fe
commit 6e170a791e
2 changed files with 5 additions and 2 deletions

View File

@ -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: [
{

View File

@ -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": [