Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Nov 3, 2019
1 parent 1a39746 commit e0c553b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browserosaurus",
"version": "7.1.0",
"version": "8.0.1",
"description": "The browser prompter for macOS",
"license": "MIT",
"repository": "https://github.com/will-stone/browserosaurus",
Expand Down Expand Up @@ -94,7 +94,7 @@
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.2.0",
"electron": "5.0.2",
"electron-notarize": "^0.1.1",
"electron-notarize": "^0.2.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-jest": "^22.6.4",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3316,6 +3316,14 @@ electron-notarize@^0.1.1:
debug "^4.1.1"
fs-extra "^8.0.1"

electron-notarize@^0.2.1:
version "0.2.0"
resolved "https://registry.yarnpkg.com/electron-notarize/-/electron-notarize-0.2.0.tgz#676c71688ee84149bab27b22426d0a9452e7e262"
integrity sha512-u3KdEMOEcGMF9yCML8ej4ZF+O29VmGYIjrs/DoOi23neTWOMiIc5YCeFs4vxq3JG496omcw7Y5pimPm0sH9A7g==
dependencies:
debug "^4.1.1"
fs-extra "^8.1.0"

electron-osx-sign@^0.4.11:
version "0.4.11"
resolved "https://registry.yarnpkg.com/electron-osx-sign/-/electron-osx-sign-0.4.11.tgz#8377732fe7b207969f264b67582ee47029ce092f"
Expand Down

0 comments on commit e0c553b

Please sign in to comment.