From 3efe4fc34ed974119b68cf221a8bf1ddf048a0c5 Mon Sep 17 00:00:00 2001 From: User user Date: Wed, 28 Apr 2021 11:19:29 +0200 Subject: [PATCH] Add dpm alias --- cli/dpm.ts | 1 + cli/meta.json | 10 +++++++--- cli/version.ts | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 cli/dpm.ts diff --git a/cli/dpm.ts b/cli/dpm.ts new file mode 100644 index 0000000..bafc48e --- /dev/null +++ b/cli/dpm.ts @@ -0,0 +1 @@ +import "./denreg.ts"; diff --git a/cli/meta.json b/cli/meta.json index f82f94a..f37319c 100644 --- a/cli/meta.json +++ b/cli/meta.json @@ -1,11 +1,15 @@ { "name": "@denreg-cli", - "version": "0.2.11", + "version": "0.2.12", "description": "CLI for the DenReg package registry", "author": "Fabian Stamm ", "contributors": [], - "files": ["**/*.ts", "**/*.js", "README.md"], + "files": [ + "**/*.ts", + "**/*.js", + "README.md" + ], "hooks": { "prepublish": "pre.ts" } -} +} \ No newline at end of file diff --git a/cli/version.ts b/cli/version.ts index 0336e56..071d925 100644 --- a/cli/version.ts +++ b/cli/version.ts @@ -1 +1 @@ -export const version = "0.2.11" \ No newline at end of file +export const version = "0.2.12" \ No newline at end of file