Fixing CLI tar package source
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-08-02 23:49:14 +02:00
parent 936cf1ec52
commit 1c67cb22c5
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ const commandWrapper = (cmd: CommandHandler) => {
};
const flags = await new Cliffy.Command()
.name("denreg")
.version("1.0.8")
.version("1.1.9")
.description("CLI for the Open Source DenReg package registry")
.option("-i, --interactive [interactive:boolean]", "Interactive mode", {
default: true,

View File

@ -1,4 +1,4 @@
export * as Compress from "https://git.stamm.me/Deno/DenReg/raw/branch/master/tar/mod.ts";
export * as Compress from "https://deno.hibas123.de/raw/@denreg-tar/mod.ts";
export * as Ini from "https://deno.land/x/ini/mod.ts";
export * as Cliffy from "https://deno.land/x/cliffy/mod.ts";
export * as Base64 from "https://deno.land/std@0.63.0/encoding/base64.ts";

View File

@ -1,6 +1,6 @@
{
"name": "@denreg-cli",
"version": "0.1.8",
"version": "0.1.9",
"description": "CLI for the DenReg package registry",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"contributors": [],