fix: build script

This commit is contained in:
Yuzu 2022-07-13 13:22:29 -05:00
parent dec7f63b43
commit 161f0fc4ce

View File

@ -23,14 +23,14 @@ await build({
author: "Yuzuru", author: "Yuzuru",
name: "@oasisjs/biscuit", name: "@oasisjs/biscuit",
version: Deno.args[0], version: Deno.args[0],
description: "the Biscuit library", description: " brand new bleeding edge non bloated Discord library",
license: "Apache License 2.0", license: "Apache License 2.0",
repository: { repository: {
type: "git", type: "git",
url: "git+https://github.com/deno-biscuit/biscuit.git", url: "git+https://github.com/oasisjs/biscuit.git",
}, },
bugs: { bugs: {
url: "https://github.com/deno-biscuit/biscuit/issues", url: "https://github.com/oasisjs/biscuit/issues",
}, },
typesVersions: { typesVersions: {
"*": { "*": {