Skip to content

Commit

Permalink
fix: Incorrect error message
Browse files Browse the repository at this point in the history
Close #1236
  • Loading branch information
develar committed Feb 12, 2017
1 parent b08d2c6 commit bc0952e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 20 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"///": "Please see https://github.com/electron-userland/electron-builder/blob/master/CONTRIBUTING.md#run-test-using-cli how to run particular test instead full (and very slow) run",
"test": "node ./test/out/helpers/runTests.js skipFpm skipSw skipArtifactPublisher",
"test-all": "node ./test/vendor/yarn.js pretest && node ./test/out/helpers/runTests.js",
"test-linux": "docker run --rm -ti -v ${PWD}:/project -v ${PWD##*/}-node-modules:/project/node_modules -v ~/.electron:/root/.electron electronuserland/electron-builder:wine /bin/bash -c \"node ./test/vendor/yarn.js && node ./test/vendor/yarn.js test\"",
"test-linux": "docker run --rm -ti -v ${PWD}: /project -v ${PWD##*/}-node-modules:/project/node_modules -v ~/.electron:/root/.electron electronuserland/electron-builder:wine /bin/bash -c \"node ./test/vendor/yarn.js && node ./test/vendor/yarn.js test\"",
"//": "Update wiki if docs changed. Update only if functionalily are generally available (latest release, not next)",
"update-wiki": "git subtree split -b wiki --prefix docs/ && git push -f wiki wiki:master",
"whitespace": "whitespace 'src/**/*.ts'",
Expand All @@ -25,11 +25,12 @@
"7zip-bin": "^2.0.4",
"archiver": "^1.3.0",
"asar-electron-builder": "^0.13.5",
"aws-sdk": "^2.11.0",
"aws-sdk": "^2.12.0",
"bluebird-lst-c": "^1.0.6",
"chalk": "^1.1.3",
"chromium-pickle-js": "^0.2.0",
"cuint": "^0.2.2",
"debug": "^2.6.1",
"electron-download-tf": "3.2.0",
"electron-macos-sign": "~1.6.0",
"fs-extra-p": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"//": "client can also install js-yaml to load yaml",
"dependencies": {
"debug": "2.6.0",
"debug": "2.6.1",
"fs-extra-p": "^3.1.0"
},
"typings": "./out/electron-builder-http.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"stat-mode": "^0.2.2",
"bluebird-lst-c": "^1.0.6",
"chalk": "^1.1.3",
"debug": "2.6.0",
"debug": "2.6.1",
"node-emoji": "^1.5.1",
"electron-builder-http": "~0.0.0-semantic-release",
"source-map-support": "^0.4.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder/src/platformPackager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export abstract class PlatformPackager<DC extends PlatformSpecificBuildOptions>

private async computeAsarOptions(customBuildOptions: DC): Promise<AsarOptions | null> {
function errorMessage(name: string) {
return `${name} is deprecated is deprecated and not supported — please use build.asarUnpack`
return `${name} is deprecated is deprecated and not supported — please use asarUnpack`
}

const buildMetadata = <any>this.config
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-publisher-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"dependencies": {
"fs-extra-p": "^3.1.0",
"aws-sdk": "^2.11.0",
"aws-sdk": "^2.12.0",
"mime": "^1.3.4",
"bluebird-lst-c": "^1.0.6",
"electron-builder-publisher": "~0.0.0-semantic-release",
Expand Down
20 changes: 6 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
version "3.5.29"
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.5.29.tgz#29f4dd9314fbccb080d8bd84b9c23811ec5090c2"

"@types/node-forge@^0.6.5":
version "0.6.5"
resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-0.6.5.tgz#4ed3ea29b20ccca4e7cd778de0e039b01ddb3239"

"@types/node@*":
version "7.0.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.5.tgz#96a0f0a618b7b606f1ec547403c00650210bfbb7"
Expand Down Expand Up @@ -213,9 +209,9 @@ asynckit@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"

aws-sdk@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.11.0.tgz#4dfc8c9678e42d1574bb04ebf0408fc9c1f8f302"
aws-sdk@^2.12.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.12.0.tgz#f9ae9f11d458764604ccb4a80e34e3c07a6d7d1b"
dependencies:
buffer "4.9.1"
crypto-browserify "1.0.9"
Expand Down Expand Up @@ -838,9 +834,9 @@ dashdash@^1.12.0:
dependencies:
assert-plus "^1.0.0"

debug@^2.1.1, debug@^2.1.3, debug@^2.2.0, debug@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.0.tgz#bc596bcabe7617f11d9fa15361eded5608b8499b"
debug@^2.1.1, debug@^2.1.3, debug@^2.2.0, debug@^2.6.0, debug@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.1.tgz#79855090ba2c4e3115cc7d8769491d58f0491351"
dependencies:
ms "0.7.2"

Expand Down Expand Up @@ -2177,10 +2173,6 @@ node-emoji@^1.4.1, node-emoji@^1.5.1:
dependencies:
string.prototype.codepointat "^0.2.0"

node-forge@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.0.tgz#5e0782a44e5e093fae3676d59f84ecfb38a4baad"

node-int64@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
Expand Down

0 comments on commit bc0952e

Please sign in to comment.