DenReg/cli/meta.json
Fabian Stamm 22a447604b
All checks were successful
continuous-integration/drone/push Build is passing
Update to work with newer deno versions
2021-04-15 17:20:09 +02:00

12 lines
281 B
JSON

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