Skip to content

Commit

Permalink
fix: add targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 9, 2018
1 parent 86dbbe7 commit 68f6fa8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 35 deletions.
7 changes: 2 additions & 5 deletions examples/s3-update-example-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@oclif/command": "^1.4.9",
"@oclif/config": "^1.4.7",
"@oclif/plugin-help": "^1.2.3",
"@oclif/plugin-update": "/Users/jdickey/src/github.com/oclif/plugin-update/oclif-plugin-update-1.1.0.tgz"
"@oclif/plugin-update": "^1.1.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.9.10",
Expand Down Expand Up @@ -45,13 +45,10 @@
},
"node": {
"version": "8.11.1",
"xtargets": [
"targets": [
"darwin-x64",
"linux-x64",
"win32-x64"
],
"targets": [
"darwin-x64"
]
}
},
Expand Down
44 changes: 14 additions & 30 deletions examples/s3-update-example-cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.4.0", "@oclif/config@^1.4.7":
"@oclif/config@^1.3.67", "@oclif/config@^1.4.0", "@oclif/config@^1.4.7":
version "1.4.7"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.4.7.tgz#31edcbffa0f47ca14985cd0da31bf8a11cd9b540"
dependencies:
Expand All @@ -51,7 +51,7 @@
require-resolve "^0.0.2"
tslib "^1.9.0"

"@oclif/errors@^1.0.4":
"@oclif/errors@^1.0.3", "@oclif/errors@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.4.tgz#8e34386ede530484ae3c98bc21d818c416214c66"
dependencies:
Expand Down Expand Up @@ -84,38 +84,18 @@
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@oclif/plugin-update@/Users/jdickey/src/github.com/oclif/plugin-update/oclif-plugin-update-1.1.0.tgz":
"@oclif/plugin-update@^1.1.0":
version "1.1.0"
uid adceca83c339f48cc2b44a5ec0606b923572c1b5
resolved "/Users/jdickey/src/github.com/oclif/plugin-update/oclif-plugin-update-1.1.0.tgz#adceca83c339f48cc2b44a5ec0606b923572c1b5"
resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-1.1.0.tgz#67cfd24b791511f4962cf8655f1b9b9ac1790879"
dependencies:
"@heroku-cli/color" "^1.1.3"
"@oclif/command" "^1.4.10"
"@oclif/config" "^1.4.7"
"@oclif/errors" "^1.0.4"
"@types/semver" "^5.5.0"
cli-ux "^3.3.28"
cross-spawn "^6.0.5"
debug "^3.1.0"
filesize "^3.6.1"
fs-extra "^5.0.0"
http-call "^5.1.0"
lodash "^4.17.5"
log-chopper "^1.0.2"
semver "^5.5.0"
tar-fs "^1.16.0"

"@oclif/plugin-update@file:../../oclif-plugin-update-1.1.0.tgz":
version "1.1.0"
resolved "file:../../oclif-plugin-update-1.1.0.tgz#adceca83c339f48cc2b44a5ec0606b923572c1b5"
dependencies:
"@heroku-cli/color" "^1.1.3"
"@oclif/command" "^1.4.10"
"@oclif/config" "^1.4.7"
"@oclif/errors" "^1.0.4"
"@oclif/command" "^1.4.7"
"@oclif/config" "^1.3.67"
"@oclif/errors" "^1.0.3"
"@types/semver" "^5.5.0"
cli-ux "^3.3.28"
cli-ux "^3.3.27"
cross-spawn "^6.0.5"
date-fns "^1.29.0"
debug "^3.1.0"
filesize "^3.6.1"
fs-extra "^5.0.0"
Expand Down Expand Up @@ -336,7 +316,7 @@ clean-stack@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"

cli-ux@^3.3.28:
cli-ux@^3.3.27, cli-ux@^3.3.28:
version "3.3.28"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.28.tgz#9d516d389a9bbca272e8a195f7cac6c61d0e69fa"
dependencies:
Expand Down Expand Up @@ -410,6 +390,10 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
shebang-command "^1.2.0"
which "^1.2.9"

date-fns@^1.29.0:
version "1.29.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.29.0.tgz#12e609cdcb935127311d04d33334e2960a2a54e6"

debug@^2.2.0, debug@^2.3.3:
version "2.6.9"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
Expand Down

0 comments on commit 68f6fa8

Please sign in to comment.