Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps and rulesets to 2018.9.19 #9

Merged
merged 2 commits into from Oct 26, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

update xpiversion to 2018.9.19

  • Loading branch information
diracdeltas committed Oct 11, 2018
commit 7dd39472acd3946ee4c9834c04835bbb8cfd9b42
@@ -16,4 +16,6 @@ point number is no longer used and can be set to anything.)

## Uploading to S3

`npm run upload`
`npm run upload [--prod]`

Without `--prod`, this uploads to the test bucket.
@@ -5,7 +5,7 @@ const levelup = require('level')
const rmDir = require('./util').rmDir
const exec = require('child_process').exec

const xpiVersion = '2018.8.22' // Manually update this to latest version
const xpiVersion = '2018.9.19' // Manually update this to latest version

const downloadRulesets = (dir, cb) => {
const downloadURL = `https://www.eff.org/files/https-everywhere-${xpiVersion}-eff.xpi`
@@ -1,5 +1,5 @@
const fs = require('fs')
const s3 = require('s3')
const s3 = require('s3-client')
const commander = require('commander')

const splitVersion = process.env.npm_package_version.split('.')
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.