DenReg/cli/meta.json
Fabian Stamm ed1ce0cc0f
All checks were successful
continuous-integration/drone/push Build is passing
Improving update support
2020-10-14 22:04:18 +02:00

16 lines
303 B
JSON

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