Publishing new version of CLI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-09-15 11:35:10 +02:00
parent 66b430ac90
commit 6bfcb3642d
2 changed files with 3 additions and 7 deletions

View File

@ -1,14 +1,10 @@
{ {
"name": "@denreg-cli", "name": "@denreg-cli",
"version": "0.2.4", "version": "0.2.5",
"description": "CLI for the DenReg package registry", "description": "CLI for the DenReg package registry",
"author": "Fabian Stamm <dev@fabianstamm.de>", "author": "Fabian Stamm <dev@fabianstamm.de>",
"contributors": [], "contributors": [],
"files": [ "files": ["**/*.ts", "**/*.js", "README.md"],
"**/*.ts",
"**/*.js",
"README.md"
],
"hooks": { "hooks": {
"prepublish": "pre.ts" "prepublish": "pre.ts"
} }

View File

@ -1 +1 @@
export const version = "0.2.4" export const version = "0.2.5"