Skip to content

Commit

Permalink
fix: bump engine
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 20, 2018
1 parent 6aa9250 commit 0ccdabe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/dxcli/dev-test/issues",
"dependencies": {
"@dxcli/dev-nyc-config": "^0.0.3",
"@dxcli/engine": "^0.1.2",
"@dxcli/engine": "^0.1.3",
"@types/ansi-styles": "^2.0.30",
"@types/chai": "^4.1.1",
"@types/chai-as-promised": "^7.1.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
dependencies:
find-up "^2.1.0"

"@dxcli/command@^0.1.10":
"@dxcli/command@^0.1.10", "@dxcli/command@^0.1.11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@dxcli/command/-/command-0.1.11.tgz#47337cb261e563a372d2a6d02676000a204b7be1"
dependencies:
Expand Down Expand Up @@ -158,23 +158,23 @@
tslint "^5.9.1"
tslint-xo "^0.5.0"

"@dxcli/engine@^0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@dxcli/engine/-/engine-0.1.2.tgz#cc25fd329cd60f6ceaadf60bf35e7895f754afa1"
"@dxcli/engine@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@dxcli/engine/-/engine-0.1.3.tgz#eff48f11e63ced4088eacee4bf53b3fc9d5c41fc"
dependencies:
"@dxcli/command" "^0.1.10"
"@dxcli/command" "^0.1.11"
"@dxcli/config" "^0.1.20"
"@dxcli/loader" "^0.1.2"
cli-ux "^3.1.2"
"@dxcli/loader" "^0.1.3"
cli-ux "^3.1.3"
debug "^3.1.0"

"@dxcli/loader@^0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@dxcli/loader/-/loader-0.1.2.tgz#d206cd5eb3af504dbb9fe6b98a56c6947f32e23a"
"@dxcli/loader@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@dxcli/loader/-/loader-0.1.3.tgz#c10da8271b0d440d75eed5ca74aeb3663fda85f9"
dependencies:
"@dxcli/config" "^0.1.20"
"@dxcli/manifest-file" "^0.0.1"
cli-ux "^3.1.2"
cli-ux "^3.1.3"
debug "^3.1.0"
globby "^7.1.1"
lodash "^4.17.4"
Expand Down

0 comments on commit 0ccdabe

Please sign in to comment.