Skip to content

Commit

Permalink
fix: parser is now exported from command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent ef0904f commit 6f192b1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
"bin": "bin/run",
"bugs": "https://github.com/dxcli/create-dxcli/issues",
"dependencies": {
"@dxcli/command": "^0.1.22",
"@dxcli/command": "^0.1.23",
"@dxcli/config": "^0.1.27",
"@dxcli/engine": "^0.1.12",
"@dxcli/loader": "^0.2.8",
"@dxcli/parser": "^0.0.5",
"@dxcli/version": "^0.1.6",
"@dxcli/version": "^0.1.7",
"cli-ux": "^3.2.2",
"debug": "^3.1.0",
"fixpack": "^2.3.1",
Expand Down
3 changes: 0 additions & 3 deletions src/generators/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ class App extends Generator {
case 'base': break
case 'single':
dependencies.push(
'@dxcli/parser',
'@dxcli/config',
'@dxcli/command',
'cli-ux',
Expand All @@ -321,7 +320,6 @@ class App extends Generator {
case 'plugin':
dependencies.push(
'@dxcli/config',
'@dxcli/parser',
'@dxcli/command',
'cli-ux',
)
Expand All @@ -332,7 +330,6 @@ class App extends Generator {
case 'multi':
dependencies.push(
'@dxcli/engine',
'@dxcli/parser',
'@dxcli/config',
'@dxcli/command',
'@dxcli/version',
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,21 @@
dependencies:
find-up "^2.1.0"

"@dxcli/command@^0.1.18", "@dxcli/command@^0.1.19", "@dxcli/command@^0.1.21", "@dxcli/command@^0.1.22":
"@dxcli/command@^0.1.18", "@dxcli/command@^0.1.21", "@dxcli/command@^0.1.22":
version "0.1.22"
resolved "https://registry.yarnpkg.com/@dxcli/command/-/command-0.1.22.tgz#ed98cfc94d3a0f98f155523d0a149d7990e6a818"
dependencies:
debug "^3.1.0"
tslib "^1.9.0"

"@dxcli/command@^0.1.23":
version "0.1.23"
resolved "https://registry.yarnpkg.com/@dxcli/command/-/command-0.1.23.tgz#93a77b455ca1eddafc58e7966a3127dec5be420b"
dependencies:
"@dxcli/parser" "^0.0.5"
debug "^3.1.0"
tslib "^1.9.0"

"@dxcli/config@^0.1.26", "@dxcli/config@^0.1.27":
version "0.1.27"
resolved "https://registry.yarnpkg.com/@dxcli/config/-/config-0.1.27.tgz#639d82e555d2a09cffeff065324279988df02e1f"
Expand Down Expand Up @@ -214,13 +222,14 @@
tslint "^5.9.1"
tslint-xo "^0.5.0"

"@dxcli/version@^0.1.6":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@dxcli/version/-/version-0.1.6.tgz#8534d27aee0154f9a17cf00a4e0b3f579bee517c"
"@dxcli/version@^0.1.7":
version "0.1.7"
resolved "https://registry.yarnpkg.com/@dxcli/version/-/version-0.1.7.tgz#68a7d9134d3c03b65305fe5ed4de075702429d2e"
dependencies:
"@dxcli/command" "^0.1.19"
"@dxcli/config" "^0.1.26"
cli-ux "^3.2.1"
"@dxcli/command" "^0.1.22"
"@dxcli/config" "^0.1.27"
"@dxcli/parser" "^0.0.5"
cli-ux "^3.2.2"

"@heroku/linewrap@^1.0.0":
version "1.0.0"
Expand Down

0 comments on commit 6f192b1

Please sign in to comment.