Fixing CLI tar package source
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
936cf1ec52
commit
1c67cb22c5
@ -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,
|
||||
|
@ -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";
|
||||
|
@ -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": [],
|
||||
|
Loading…
Reference in New Issue
Block a user