Skip to content

Commit

Permalink
feat: rename package to @anycli/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent a0391b0 commit ec28865
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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" "*"
Expand Down

0 comments on commit ec28865

Please sign in to comment.