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

Commit

Permalink
Update Muon to 5.1.3
Browse files Browse the repository at this point in the history
Auditors: @darkdh
  • Loading branch information
bsclifton committed Mar 1, 2018
1 parent 32c9686 commit acdf55e
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 99 deletions.
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
runtime = electron
target_arch = x64
brave_electron_version = 5.1.2
brave_electron_version = 5.1.3
chromedriver_version = 2.35
target = v5.1.2
target = v5.1.3
disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/
build_from_source = true
145 changes: 49 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/cibuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import subprocess
import sys
import os.path
MUON_VERSION = '5.1.2'
MUON_VERSION = '5.1.3'
CHROMEDRIVER_VERSION = '2.35'
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
TARGET_ARCH= os.environ['TARGET_ARCH'] if os.environ.has_key('TARGET_ARCH') else 'x64'
Expand Down

1 comment on commit acdf55e

@darkdh
Copy link
Member

@darkdh darkdh commented on acdf55e Mar 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.