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

Commit

Permalink
remove HTTPS Everywhere build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
diracdeltas committed Jun 23, 2017
1 parent 4f4a0b9 commit 378569d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 158 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"lint": "standard",
"postinstall": "npm run download-sync-client && webpack",
"preload-httpse": "node ./preload-httpse.js",
"start-log": "node ./tools/start.js --user-data-dir=brave-development --enable-logging=stderr --v=1 --enable-extension-activity-logging --enable-sandbox-logging --enable-dcheck",
"start": "node ./tools/start.js --user-data-dir=brave-development --enable-logging --v=0 --enable-extension-activity-logging --enable-sandbox-logging --enable-dcheck",
"start2": "node ./tools/start.js --user-data-dir=brave-development-2 --enable-logging --v=0 --enable-extension-activity-logging --enable-sandbox-logging --enable-dcheck",
Expand Down Expand Up @@ -166,8 +165,7 @@
"jsonfile": "^2.2.3",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"level": "1.5.0",
"leveldown": "1.5.0",
"level": "^1.7.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"mockery": "^1.7.0",
Expand Down
155 changes: 0 additions & 155 deletions preload-httpse.js

This file was deleted.

0 comments on commit 378569d

Please sign in to comment.