diff --git a/cli/meta.json b/cli/meta.json index e5b5c5b..8ff07f2 100644 --- a/cli/meta.json +++ b/cli/meta.json @@ -1,14 +1,10 @@ { "name": "@denreg-cli", - "version": "0.2.4", + "version": "0.2.5", "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" } diff --git a/cli/version.ts b/cli/version.ts index 3efab9d..474b899 100644 --- a/cli/version.ts +++ b/cli/version.ts @@ -1 +1 @@ -export const version = "0.2.4" \ No newline at end of file +export const version = "0.2.5" \ No newline at end of file