forked from vercel/hyper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add category option under linux key in root package.json
In response to issue entry vercel#2097, a specific category option has been defined under the linux key in the root package.json file. This allows Hyper to take advantage of features that have been added to the most recent version of electron-builder.
- Loading branch information
Showing
2 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -668,16 +668,14 @@ kind-of@^4.0.0: | |
dependencies: | ||
is-buffer "^1.1.5" | ||
|
||
|
||
locate-path@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" | ||
dependencies: | ||
p-locate "^2.0.0" | ||
path-exists "^3.0.0" | ||
|
||
lodash@^4.16.6: | ||
|
||
[email protected], lodash@^4.16.6: | ||
version "4.17.4" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" | ||
|
||
|
@@ -712,15 +710,15 @@ micromatch@^2.1.5: | |
parse-glob "^3.0.4" | ||
regex-cache "^0.4.2" | ||
|
||
mime-db@~1.29.0: | ||
version "1.29.0" | ||
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.29.0.tgz#48d26d235589651704ac5916ca06001914266878" | ||
mime-db@~1.30.0: | ||
version "1.30.0" | ||
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.30.0.tgz#74c643da2dd9d6a45399963465b26d5ca7d71f01" | ||
|
||
mime-types@^2.1.12, mime-types@~2.1.7: | ||
version "2.1.16" | ||
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.16.tgz#2b858a52e5ecd516db897ac2be87487830698e23" | ||
version "2.1.17" | ||
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.17.tgz#09d7a393f03e995a79f8af857b70a9e0ab16557a" | ||
dependencies: | ||
mime-db "~1.29.0" | ||
mime-db "~1.30.0" | ||
|
||
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4: | ||
version "3.0.4" | ||
|
@@ -968,11 +966,10 @@ readdirp@^2.0.0: | |
set-immediate-shim "^1.0.1" | ||
|
||
regex-cache@^0.4.2: | ||
version "0.4.3" | ||
resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.3.tgz#9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145" | ||
version "0.4.4" | ||
resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd" | ||
dependencies: | ||
is-equal-shallow "^0.1.3" | ||
is-primitive "^2.0.0" | ||
|
||
remove-trailing-separator@^1.0.1: | ||
version "1.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters