Skip to content

Commit

Permalink
fix(mas): mas app crashing after signing
Browse files Browse the repository at this point in the history
Closes #897
  • Loading branch information
develar committed Nov 13, 2016
1 parent ec3c15d commit 87f5ea7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"cuint": "^0.2.2",
"debug": "^2.3.2",
"electron-download": "2.1.2",
"electron-macos-sign": "~1.3.2",
"electron-macos-sign": "1.0.1",
"fs-extra-p": "^2.0.6",
"hosted-git-info": "^2.1.5",
"ini": "^1.3.4",
"isbinaryfile": "^3.0.1",
"js-yaml": "^3.6.1",
"js-yaml": "^3.7.0",
"lodash.template": "^4.4.0",
"mime": "^1.3.4",
"minimatch": "^3.0.3",
Expand Down Expand Up @@ -134,7 +134,9 @@
[
"transform-inline-imports-commonjs",
{
"excludeModules": ["path"]
"excludeModules": [
"path"
]
}
]
]
Expand All @@ -149,8 +151,5 @@
"release": {
"verifyConditions": []
},
"typings": "./out/electron-builder.d.ts",
"publishConfig": {
"tag": "next"
}
"typings": "./out/electron-builder.d.ts"
}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1668,9 +1668,9 @@ [email protected]:
path-exists "^1.0.0"
rc "^1.1.2"

electron-macos-sign@~1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/electron-macos-sign/-/electron-macos-sign-1.2.3.tgz#fb82b0f1e751a3ccd81c9507e1447ca83a1018d8"
electron-macos-sign@~1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/electron-macos-sign/-/electron-macos-sign-1.3.3.tgz#2c19df0d3db041b4c3c6dc46f09143a2eae9f8d9"
dependencies:
bluebird "^3.4.6"
compare-version "^0.1.2"
Expand Down Expand Up @@ -2121,8 +2121,8 @@ graceful-fs@^4.1.0, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6,
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"

handlebars@^4.0.2:
version "4.0.5"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.5.tgz#92c6ed6bb164110c50d4d8d0fbddc70806c6f8e7"
version "4.0.6"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.6.tgz#2ce4484850537f9c97a8026d5399b935c4ed4ed7"
dependencies:
async "^1.4.0"
optimist "^0.6.1"
Expand Down Expand Up @@ -2444,7 +2444,7 @@ js-tokens@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-2.0.0.tgz#79903f5563ee778cc1162e6dcf1a0027c97f9cb5"

js-yaml@^3.4.2, js-yaml@^3.6.1:
js-yaml@^3.4.2, js-yaml@^3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
dependencies:
Expand Down

0 comments on commit 87f5ea7

Please sign in to comment.