Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit cf4e4ea

Browse files
bbondybridiver
authored andcommitted
Use muon 2.0.1
1 parent efec162 commit cf4e4ea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.npmrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
runtime = electron
2-
target = 2.0.0
2+
target = 2.0.1
33
target_arch = x64
4-
brave_electron_version = 2.0.0
4+
brave_electron_version = 2.0.1
55
disturl = http://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"aphrodite": "^1.0.0",
8484
"async": "^2.0.1",
8585
"electron-localshortcut": "^0.6.0",
86-
"electron-prebuilt": "brave/electron-prebuilt#2.0.0",
86+
"electron-prebuilt": "brave/electron-prebuilt#2.0.1",
8787
"electron-squirrel-startup": "brave/electron-squirrel-startup",
8888
"file-loader": "^0.8.5",
8989
"font-awesome": "^4.5.0",

tools/cibuild.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import sys
66
import os.path
77

8-
BRAVE_ELECTRON = '2.0.0'
9-
UPSTREAM_ELECTRON = '2.0.0'
8+
BRAVE_ELECTRON = '2.0.1'
9+
UPSTREAM_ELECTRON = '2.0.1'
1010
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
1111
TARGET_ARCH= os.environ['TARGET_ARCH'] if os.environ.has_key('TARGET_ARCH') else 'x64'
1212
os.environ['npm_config_arch'] = TARGET_ARCH

0 commit comments

Comments
 (0)