cli-engine-command
Advanced tools
Comparing version 9.0.0-ts.8 to 9.0.0-ts.9
export { Command } from './command'; | ||
export { flags } from 'cli-flags'; | ||
export { flags, Completion } from './flags'; |
@@ -5,3 +5,3 @@ "use strict"; | ||
exports.Command = command_1.Command; | ||
var cli_flags_1 = require("cli-flags"); | ||
exports.flags = cli_flags_1.flags; | ||
var flags_1 = require("./flags"); | ||
exports.flags = flags_1.flags; |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "9.0.0-ts.8", | ||
"version": "9.0.0-ts.9", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -10,3 +10,3 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", | ||
"cli-engine-config": "^4.0.1-ts.13", | ||
"cli-flags": "^1.0.14", | ||
"cli-flags": "^1.0.15", | ||
"cli-ux": "^1.1.8", | ||
@@ -13,0 +13,0 @@ "fs-extra": "^4.0.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12628
14
313
Updatedcli-flags@^1.0.15