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

Commit 4def2bd

Browse files
committedMar 6, 2017
Pulling in master changes
2 parents d6b1578 + 72c0293 commit 4def2bd

File tree

364 files changed

+14816
-3891
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

364 files changed

+14816
-3891
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ httpse.leveldb
6767

6868
# webstrom
6969
.idea
70+
71+
# sync bundle file should be built and copied from the brave/sync repo for now
72+
app/extensions/brave/content/scripts/sync.js

‎.npmrc

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

0 commit comments

Comments
 (0)