Skip to content

Commit

Permalink
Release Candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsgroen committed Apr 15, 2021
1 parent c272ac6 commit 1569cc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"Guido Theelen <[email protected]> (https://github.com/guidotheelen)"
],
"main": "public/electron/index.js",
"version": "1.0.0-beta.1",
"version": "1.0.0-rc.1",
"private": true,
"homepage": "./",
"homepage": "https://geppetto.js.org",
"dependencies": {
"delaunator": "^5.0.0",
"electron-is-dev": "^1.2.0",
"geppetto-player": "1.0.0-beta.6",
"geppetto-player": "1.0.0-rc.1",
"react": "^17.0.1",
"react-dom": "^17.0.2",
"react-scripts": "4.0.1",
Expand All @@ -30,7 +30,7 @@
"electron-pack": "electron-builder build --mac --win --linux deb --x64 --arm64 --c.extraMetadata.main=build/electron/index.js -c.mac.identity=null"
},
"build": {
"appId": "com.example.electron-cra",
"appId": "org.js.gepetto.electron-app",
"files": [
"build/**/*",
"build/icon.png",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6981,10 +6981,10 @@ gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2:
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==

[email protected]beta.6:
version "1.0.0-beta.6"
resolved "https://registry.yarnpkg.com/geppetto-player/-/geppetto-player-1.0.0-beta.6.tgz#a899000b5609a4ccf44f16c4b099b1d968d25b69"
integrity sha512-r3UckgsJjL7x9+ol89FdxnineeUMOuMxi69mYyAkpKCTNjEdBRb0DxB1xD6HCDaJR8tnM+TvdTzr2+q+9bE9xQ==
[email protected]rc.1:
version "1.0.0-rc.1"
resolved "https://registry.yarnpkg.com/geppetto-player/-/geppetto-player-1.0.0-rc.1.tgz#cf318fc7351bd0ecb86ebfcefb5a93add027da26"
integrity sha512-fESItn8bBPHN8DdHm5kzURV/ERqdMyuN0kGMZva2wERzvuJYRYjCf3EyQhyGSZhr9nFlQDMnu2CkDvLfZG/P2g==
dependencies:
delaunator "^4.0.1"

Expand Down

0 comments on commit 1569cc6

Please sign in to comment.