From ec2886542814433b5fa2942efbd0b98a8ea48ace Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Thu, 1 Feb 2018 11:18:53 -0800 Subject: [PATCH] feat: rename package to @anycli/cli --- package.json | 10 ++++++---- yarn.lock | 12 ++++++------ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5b7ff2f..cd6c12d 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { - "name": "@anycli/anycli", + "name": "@anycli/cli", "description": "anycli: create your own CLI", "version": "0.30.7", "author": "Jeff Dickey @jdxcode", - "bin": "bin/run", + "bin": { + "anycli": "bin/run" + }, "bugs": "https://github.com/anycli/anycli/issues", "dependencies": { "@anycli/command": "^0.3.3", @@ -23,9 +25,9 @@ "@anycli/tslint": "^0.2.1", "@commitlint/cli": "^6.0.5", "@commitlint/config-conventional": "^6.0.4", - "@types/lodash": "^4.14.99", + "@types/lodash": "^4.14.100", "@types/read-pkg": "^3.0.0", - "@types/shelljs": "^0.7.7", + "@types/shelljs": "^0.7.8", "@types/yeoman-generator": "^2.0.1", "@types/yosay": "^0.0.29", "chai": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index 37956f6..ee86fc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -231,9 +231,9 @@ "@types/rx" "*" "@types/through" "*" -"@types/lodash@^4.14.99": - version "4.14.99" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.99.tgz#e6e10c0a4cc16c7409b3181f1e66880d2fb7d4dc" +"@types/lodash@^4.14.100": + version "4.14.100" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.100.tgz#f353dd9d3a9785638b6cb8023e6639097bd31969" "@types/minimatch@*": version "3.0.3" @@ -341,9 +341,9 @@ "@types/rx-lite-time" "*" "@types/rx-lite-virtualtime" "*" -"@types/shelljs@^0.7.7": - version "0.7.7" - resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.7.7.tgz#1f7bfa28947661afea06365db9b1135bbc903ec4" +"@types/shelljs@^0.7.8": + version "0.7.8" + resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.7.8.tgz#4b4d6ee7926e58d7bca448a50ba442fd9f6715bd" dependencies: "@types/glob" "*" "@types/node" "*"