Skip to content

Commit

Permalink
fix: updated command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent 258cfbe commit da099da
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 20 deletions.
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,30 @@
"description": "standard help for anycli",
"version": "0.3.3",
"author": "Jeff Dickey @jdxcode",
"anycli": {
"bin": "anycli",
"commands": "./lib/commands",
"devPlugins": [
"@anycli/version",
"@anycli/plugins"
]
},
"bugs": "https://github.com/jdxcode/help/issues",
"dependencies": {
"@anycli/command": "^0.2.22",
"@anycli/command": "^0.2.25",
"@anycli/screen": "^0.0.3",
"chalk": "^2.3.0",
"cli-ux": "^3.3.10",
"cli-ux": "^3.3.12",
"indent-string": "^3.2.0",
"lodash": "^4.17.4",
"string-width": "^2.1.1",
"widest-line": "^2.0.0",
"wrap-ansi": "^3.0.1"
},
"devDependencies": {
"@anycli/config": "^0.2.6",
"@anycli/config": "^0.2.10",
"@anycli/engine": "^0.1.38",
"@anycli/plugins": "^0.2.0",
"@anycli/plugins": "^0.2.1",
"@anycli/test": "^0.10.1",
"@anycli/tslint": "^0.2.1",
"@anycli/version": "^0.1.19",
Expand Down Expand Up @@ -46,14 +54,6 @@
"ts-node": "^4.1.0",
"typescript": "^2.7.1"
},
"anycli": {
"bin": "anycli",
"commands": "./lib/commands",
"devPlugins": [
"@anycli/version",
"@anycli/plugins"
]
},
"engines": {
"node": ">=8.0.0"
},
Expand All @@ -65,11 +65,13 @@
"anycli-plugin"
],
"license": "MIT",
"main": "./lib/index.js",
"repository": "anycli/help",
"scripts": {
"commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS",
"precommit": "nps lint -l warn",
"prepublishOnly": "nps build",
"test": "nps test -l warn"
}
},
"types": "./lib/index.d.ts"
}
62 changes: 55 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@anycli/command@^0.2.19", "@anycli/command@^0.2.21", "@anycli/command@^0.2.22":
"@anycli/command@^0.2.19", "@anycli/command@^0.2.22":
version "0.2.22"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.22.tgz#486b36d2916b28f08b9aedb129a758a4da2f542a"
dependencies:
Expand All @@ -12,7 +12,28 @@
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/config@^0.2.3", "@anycli/config@^0.2.4", "@anycli/config@^0.2.6":
"@anycli/command@^0.2.25":
version "0.2.25"
resolved "https://registry.yarnpkg.com/@anycli/command/-/command-0.2.25.tgz#56d9424332e8defe457164615e8183b0333b4592"
dependencies:
"@anycli/parser" "^3.0.3"
cli-ux "^3.3.10"
debug "^3.1.0"
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/config@^0.2.10":
version "0.2.10"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.10.tgz#17ec0e6f0ffff1f0d49e63dad6d3d09e625fe734"
dependencies:
cli-ux "^3.3.10"
debug "^3.1.0"
fs-extra "^5.0.0"
load-json-file "^4.0.0"
lodash "^4.17.4"
read-pkg "^3.0.0"

"@anycli/config@^0.2.3":
version "0.2.6"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-0.2.6.tgz#d40709a61704907d4d6e7dcab6bbf124ab74e9ad"
dependencies:
Expand Down Expand Up @@ -52,12 +73,19 @@
chalk "^2.3.0"
lodash "^4.17.4"

"@anycli/plugins@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@anycli/plugins/-/plugins-0.2.0.tgz#890149c067c3105614ce7a2bec81fcfcba1051a9"
"@anycli/parser@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.0.3.tgz#abc33c9098485d0ae2705eab859ff305aec6006f"
dependencies:
"@anycli/screen" "^0.0.3"
chalk "^2.3.0"
lodash "^4.17.4"

"@anycli/plugins@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@anycli/plugins/-/plugins-0.2.1.tgz#16fe90189a6ddb495fc23e5ef8db050193420113"
dependencies:
"@anycli/command" "^0.2.21"
"@anycli/config" "^0.2.4"
"@anycli/command" "^0.2.22"
"@anycli/manifest-file" "^0.2.0"
"@heroku-cli/color" "^1.1.1"
cli-ux "^3.3.10"
Expand Down Expand Up @@ -547,6 +575,26 @@ cli-ux@^3.3.10:
strip-ansi "^4.0.0"
supports-color "^5.1.0"

cli-ux@^3.3.12:
version "3.3.12"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.12.tgz#9bd5a2ed5c682fc22027bd32c5eb20bbe6aa2571"
dependencies:
"@anycli/screen" "^0.0.3"
"@heroku/linewrap" "^1.0.0"
ansi-styles "^3.2.0"
cardinal "^1.0.0"
chalk "^2.3.0"
clean-stack "^1.3.0"
extract-stack "^1.0.0"
fs-extra "^5.0.0"
indent-string "^3.2.0"
lodash "^4.17.4"
node-notifier "^5.2.1"
password-prompt "^1.0.4"
semver "^5.5.0"
strip-ansi "^4.0.0"
supports-color "^5.1.0"

cli-width@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
Expand Down

0 comments on commit da099da

Please sign in to comment.