From 1d28ed1244d6ac74fbd0a4fce9e1a74b1523c081 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Tue, 30 Jan 2018 18:14:53 -0800 Subject: [PATCH] fix: updated engine --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ede90601..565b4da2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@anycli/config": "^0.1.40", - "@anycli/engine": "^0.1.23", + "@anycli/engine": "^0.1.26", "@anycli/test": "^0.9.19", "@anycli/tslint": "^0.1.3", "@commitlint/cli": "^6.0.2", diff --git a/yarn.lock b/yarn.lock index 745fec8c..3bcca700 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22,9 +22,9 @@ lodash "^4.17.4" read-pkg "^3.0.0" -"@anycli/engine@^0.1.23": - version "0.1.24" - resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.24.tgz#05a01a37e4978196125385cc7768be3c6df92364" +"@anycli/engine@^0.1.26": + version "0.1.26" + resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.26.tgz#7c7d06a2527f5b3176eda34e9ef0c0d89d347f40" dependencies: "@anycli/manifest-file" "^0.1.0" cli-ux "^3.3.9"