@anycli/engine
Advanced tools
Comparing version 0.1.34 to 0.1.35
@@ -0,1 +1,9 @@ | ||
<a name="0.1.35"></a> | ||
## [0.1.35](https://github.com/anycli/engine/compare/066748c681152308859e4bfacac0c30abd197cd6...v0.1.35) (2018-01-31) | ||
### Bug Fixes | ||
* updated command ([7870eba](https://github.com/anycli/engine/commit/7870eba)) | ||
<a name="0.1.34"></a> | ||
@@ -2,0 +10,0 @@ ## [0.1.34](https://github.com/anycli/engine/compare/5837220359df4dd2ed7bf45fcd26c753931e5e71...v0.1.34) (2018-01-31) |
import CommandBase from '@anycli/command'; | ||
import Engine from './engine'; | ||
export default class Command extends CommandBase { | ||
static parse: boolean; | ||
engine: Engine; | ||
@@ -6,0 +5,0 @@ run(): Promise<void>; |
@@ -28,3 +28,2 @@ "use strict"; | ||
} | ||
Command.parse = false; | ||
exports.default = Command; |
{ | ||
"name": "@anycli/engine", | ||
"description": "main anycli component", | ||
"version": "0.1.34", | ||
"version": "0.1.35", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -16,3 +16,3 @@ "anycli": { | ||
"dependencies": { | ||
"@anycli/command": "^0.2.17", | ||
"@anycli/command": "^0.2.18", | ||
"@anycli/config": "^0.2.3", | ||
@@ -28,6 +28,6 @@ "@anycli/manifest-file": "^0.2.0", | ||
"@anycli/help": "^0.3.0", | ||
"@anycli/not-found": "^0.1.6", | ||
"@anycli/not-found": "^0.1.7", | ||
"@anycli/plugins": "^0.1.8", | ||
"@anycli/tslint": "^0.2.0", | ||
"@anycli/version": "^0.1.16", | ||
"@anycli/version": "^0.1.17", | ||
"@commitlint/cli": "^6.0.5", | ||
@@ -34,0 +34,0 @@ "@commitlint/config-conventional": "^6.0.4", |
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
27824
402
Updated@anycli/command@^0.2.18