From 815def79357243b1f4d572609d2a0fe3a795be8c Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Tue, 30 Jan 2018 17:36:40 -0800 Subject: [PATCH] fix: anycli rename --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3444f79b..37e99f82 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@anycli/config": "^0.1.37", "@anycli/engine": "^0.1.18", "@anycli/tslint": "^0.1.3", - "@anycli/version": "^0.1.12", + "@anycli/version": "^0.1.14", "@commitlint/cli": "^6.0.2", "@commitlint/config-conventional": "^6.0.2", "@types/chai": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index afde54b7..959f3840 100644 --- a/yarn.lock +++ b/yarn.lock @@ -62,9 +62,9 @@ tslint "^5.9.1" tslint-xo "^0.5.0" -"@anycli/version@^0.1.12": - version "0.1.13" - resolved "https://registry.yarnpkg.com/@anycli/version/-/version-0.1.13.tgz#b69f779bd6b2f7d2a310ddb23f0f1cd99c2aa0ee" +"@anycli/version@^0.1.14": + version "0.1.14" + resolved "https://registry.yarnpkg.com/@anycli/version/-/version-0.1.14.tgz#c5f376e9093a07339cb8970b7bed390990dc0101" dependencies: "@anycli/command" "^0.2.8" cli-ux "^3.3.9"