forked from electron/electron-quick-start
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from rgooler/master
Fix bug that requires ES6 support until we know if its needed
- Loading branch information
Showing
3 changed files
with
112 additions
and
16 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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"productName": "100Pals Streamkit", | ||
"email": "[email protected]", | ||
"description": "A streaming kit for twitch, youtube, etc for those who like achivement hunting", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "main.js", | ||
"license": "MIT", | ||
"author": "100Pals <[email protected]>", | ||
|
@@ -50,8 +50,8 @@ | |
"electron-updater": "^2.16.3" | ||
}, | ||
"devDependencies": { | ||
"electron": "latest", | ||
"electron-builder": "latest", | ||
"electron": "^1.7.9", | ||
"electron-builder": "^19.48.2", | ||
"electron-builder-squirrel-windows": "^19.48.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,14 @@ | |
"7zip-bin-mac" "^1.0.1" | ||
"7zip-bin-win" "^2.1.1" | ||
|
||
"7zip-bin@~2.2.7": | ||
version "2.2.7" | ||
resolved "https://registry.yarnpkg.com/7zip-bin/-/7zip-bin-2.2.7.tgz#724802b8d6bda0bf2cfe61a4b86a820efc8ece93" | ||
optionalDependencies: | ||
"7zip-bin-linux" "^1.1.0" | ||
"7zip-bin-mac" "^1.0.1" | ||
"7zip-bin-win" "^2.1.1" | ||
|
||
"@types/node@^7.0.18": | ||
version "7.0.48" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-7.0.48.tgz#24bfdc0aa82e8f6dbd017159c58094a2e06d0abb" | ||
|
@@ -74,6 +82,30 @@ aproba@^1.0.3: | |
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" | ||
|
||
archiver-utils@^1.3.0: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-1.3.0.tgz#e50b4c09c70bf3d680e32ff1b7994e9f9d895174" | ||
dependencies: | ||
glob "^7.0.0" | ||
graceful-fs "^4.1.0" | ||
lazystream "^1.0.0" | ||
lodash "^4.8.0" | ||
normalize-path "^2.0.0" | ||
readable-stream "^2.0.0" | ||
|
||
archiver@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/archiver/-/archiver-2.1.0.tgz#d2df2e8d5773a82c1dcce925ccc41450ea999afd" | ||
dependencies: | ||
archiver-utils "^1.3.0" | ||
async "^2.0.0" | ||
buffer-crc32 "^0.2.1" | ||
glob "^7.0.0" | ||
lodash "^4.8.0" | ||
readable-stream "^2.0.0" | ||
tar-stream "^1.5.0" | ||
zip-stream "^1.2.0" | ||
|
||
are-we-there-yet@~1.1.2: | ||
version "1.1.4" | ||
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz#bb5dca382bb94f05e15194373d16fd3ba1ca110d" | ||
|
@@ -110,6 +142,12 @@ async-exit-hook@^2.0.1: | |
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/async-exit-hook/-/async-exit-hook-2.0.1.tgz#8bd8b024b0ec9b1c01cccb9af9db29bd717dfaf3" | ||
|
||
async@^2.0.0: | ||
version "2.6.0" | ||
resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4" | ||
dependencies: | ||
lodash "^4.14.0" | ||
|
||
asynckit@^0.4.0: | ||
version "0.4.0" | ||
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" | ||
|
@@ -187,6 +225,10 @@ brace-expansion@^1.1.7: | |
balanced-match "^1.0.0" | ||
concat-map "0.0.1" | ||
|
||
buffer-crc32@^0.2.1: | ||
version "0.2.13" | ||
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" | ||
|
||
[email protected], builder-util-runtime@^3.3.0, builder-util-runtime@~3.3.0: | ||
version "3.3.0" | ||
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-3.3.0.tgz#6374029211544f1a380fc7275658b0616b0e9ae1" | ||
|
@@ -308,6 +350,15 @@ compare-version@^0.1.2: | |
version "0.1.2" | ||
resolved "https://registry.yarnpkg.com/compare-version/-/compare-version-0.1.2.tgz#0162ec2d9351f5ddd59a9202cba935366a725080" | ||
|
||
compress-commons@^1.2.0: | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-1.2.2.tgz#524a9f10903f3a813389b0225d27c48bb751890f" | ||
dependencies: | ||
buffer-crc32 "^0.2.1" | ||
crc32-stream "^2.0.0" | ||
normalize-path "^2.0.0" | ||
readable-stream "^2.0.0" | ||
|
||
[email protected]: | ||
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" | ||
|
@@ -339,6 +390,17 @@ [email protected], core-util-is@~1.0.0: | |
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" | ||
|
||
crc32-stream@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-2.0.0.tgz#e3cdd3b4df3168dd74e3de3fbbcb7b297fe908f4" | ||
dependencies: | ||
crc "^3.4.4" | ||
readable-stream "^2.0.0" | ||
|
||
crc@^3.4.4: | ||
version "3.5.0" | ||
resolved "https://registry.yarnpkg.com/crc/-/crc-3.5.0.tgz#98b8ba7d489665ba3979f59b21381374101a1964" | ||
|
||
create-error-class@^3.0.0: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6" | ||
|
@@ -474,7 +536,19 @@ [email protected]: | |
semver "^5.4.1" | ||
temp-file "^3.0.0" | ||
|
||
electron-builder@latest: | ||
electron-builder-squirrel-windows@^19.48.0: | ||
version "19.48.0" | ||
resolved "https://registry.yarnpkg.com/electron-builder-squirrel-windows/-/electron-builder-squirrel-windows-19.48.0.tgz#ed932a45069f8bc4aabb54e672897c02cddd5695" | ||
dependencies: | ||
archiver "^2.1.0" | ||
bluebird-lst "^1.0.5" | ||
builder-util "^3.4.3" | ||
fs-extra-p "^4.4.4" | ||
sanitize-filename "^1.6.1" | ||
optionalDependencies: | ||
"7zip-bin" "~2.2.7" | ||
|
||
electron-builder@^19.48.2: | ||
version "19.48.2" | ||
resolved "https://registry.yarnpkg.com/electron-builder/-/electron-builder-19.48.2.tgz#3de27d1e53ffbe715725d461add287f201d056e4" | ||
dependencies: | ||
|
@@ -560,7 +634,7 @@ electron-updater@^2.16.3: | |
semver "^5.4.1" | ||
source-map-support "^0.5.0" | ||
|
||
electron@latest: | ||
electron@^1.7.9: | ||
version "1.7.9" | ||
resolved "https://registry.yarnpkg.com/electron/-/electron-1.7.9.tgz#add54e9f8f83ed02f6519ec10135f698b19336cf" | ||
dependencies: | ||
|
@@ -736,7 +810,7 @@ [email protected]: | |
version "0.0.0" | ||
resolved "https://registry.yarnpkg.com/github-from-package/-/github-from-package-0.0.0.tgz#97fb5d96bfde8973313f20e8288ef9a167fa64ce" | ||
|
||
glob@^7.0.5: | ||
glob@^7.0.0, glob@^7.0.5: | ||
version "7.1.2" | ||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15" | ||
dependencies: | ||
|
@@ -769,7 +843,7 @@ got@^6.7.1: | |
unzip-response "^2.0.1" | ||
url-parse-lax "^1.0.0" | ||
|
||
graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9: | ||
graceful-fs@^4.1.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9: | ||
version "4.1.11" | ||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" | ||
|
||
|
@@ -1019,6 +1093,12 @@ lazy-val@^1.0.2: | |
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/lazy-val/-/lazy-val-1.0.3.tgz#bb97b200ef00801d94c317e29dc6ed39e31c5edc" | ||
|
||
lazystream@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz#f6995fe0f820392f61396be89462407bb77168e4" | ||
dependencies: | ||
readable-stream "^2.0.5" | ||
|
||
lcid@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" | ||
|
@@ -1050,6 +1130,10 @@ lodash.toarray@^4.4.0: | |
version "4.4.0" | ||
resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561" | ||
|
||
lodash@^4.14.0, lodash@^4.8.0: | ||
version "4.17.4" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" | ||
|
||
loud-rejection@^1.0.0: | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" | ||
|
@@ -1176,6 +1260,12 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package- | |
semver "2 || 3 || 4 || 5" | ||
validate-npm-package-license "^3.0.1" | ||
|
||
normalize-path@^2.0.0: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" | ||
dependencies: | ||
remove-trailing-separator "^1.0.1" | ||
|
||
npm-run-path@^2.0.0: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" | ||
|
@@ -1483,6 +1573,10 @@ registry-url@^3.0.3: | |
dependencies: | ||
rc "^1.0.1" | ||
|
||
remove-trailing-separator@^1.0.1: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" | ||
|
||
repeating@^2.0.0: | ||
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" | ||
|
@@ -1731,7 +1825,7 @@ tar-fs@^1.13.0: | |
pump "^1.0.0" | ||
tar-stream "^1.1.2" | ||
|
||
tar-stream@^1.1.2: | ||
tar-stream@^1.1.2, tar-stream@^1.5.0: | ||
version "1.5.5" | ||
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.5.5.tgz#5cad84779f45c83b1f2508d96b09d88c7218af55" | ||
dependencies: | ||
|
@@ -1964,3 +2058,12 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.4.1.tgz#9528f442dab1b2284e58b4379bb194e22e0c4005" | ||
dependencies: | ||
fd-slicer "~1.0.1" | ||
|
||
zip-stream@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-1.2.0.tgz#a8bc45f4c1b49699c6b90198baacaacdbcd4ba04" | ||
dependencies: | ||
archiver-utils "^1.3.0" | ||
compress-commons "^1.2.0" | ||
lodash "^4.8.0" | ||
readable-stream "^2.0.0" |