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