This commit is contained in:
parent
639287663d
commit
7c1166bf87
@ -1,6 +1,6 @@
|
||||
export * as Compress from "https://deno.hibas123.de/raw/@denreg-tar/mod.ts";
|
||||
export * as Ini from "https://deno.land/x/ini@v2.1.0/mod.ts";
|
||||
export * as Cliffy from "https://deno.land/x/cliffy@v0.14.1/mod.ts";
|
||||
export * as Cliffy from "https://deno.land/x/cliffy@v0.16.0/mod.ts";
|
||||
export * as Base64 from "https://deno.land/std@0.65.0/encoding/base64.ts";
|
||||
export * as FS from "https://deno.land/std@0.65.0/fs/mod.ts";
|
||||
export * as Colors from "https://deno.land/std@0.65.0/fmt/colors.ts";
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@denreg-cli",
|
||||
"version": "0.2.9",
|
||||
"version": "0.2.10",
|
||||
"description": "CLI for the DenReg package registry",
|
||||
"author": "Fabian Stamm <dev@fabianstamm.de>",
|
||||
"contributors": [],
|
||||
|
@ -1 +1 @@
|
||||
export const version = "0.2.9"
|
||||
export const version = "0.2.10"
|
Loading…
Reference in New Issue
Block a user