Skip to content

Commit

Permalink
Set mozilla version 60.0 as the minimum version for mozilla browsers.
Browse files Browse the repository at this point in the history
Closes #1177.
  • Loading branch information
imolorhe committed Feb 16, 2020
1 parent add9001 commit bb5809e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 4 additions & 1 deletion cwex.yml
Expand Up @@ -24,10 +24,13 @@ manifestOptions:
- storage
- notifications
content_security_policy: "script-src 'self' 'unsafe-inline' 'sha256-oPmnC5nXVn+02vhnLdwVkTp/s4vphtZzgjwEBldwPHs=' 'sha256-I9mRIuFvittlnAABX/bWvVih++ioTekeCFcwe4j3YTo=' https://cdn.jsdelivr.net; object-src 'self';"
background_options:
background:
scripts:
- js/background.js
options_ui:
page: options.html
open_in_tab: false
offline_enabled: true
browser_specific_settings:
gecko:
strict_min_version: '60.0'
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -23,13 +23,14 @@
"postinstall": "opencollective postinstall",
"lerna-publish": "lerna publish from-git --force-publish=* --yes",
"publish-packages": "lerna bootstrap && npm run lerna-publish",
"build-ext2": "cwex build",
"snyk-protect": "snyk protect"
},
"engines": {
"node": ">= 6.9.1"
},
"devDependencies": {
"cwex": "^1.0.1",
"cwex": "^1.0.2",
"lerna": "^3.16.0",
"opencollective": "^1.0.3",
"snyk": "^1.195.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2640,10 +2640,10 @@ currently-unhandled@^0.4.1:
dependencies:
array-find-index "^1.0.1"

cwex@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/cwex/-/cwex-1.0.1.tgz#7275441c5030f7ccb719bd159d5ce37f79eafc3e"
integrity sha512-NHVboA59stMBAM5kOsZ/PdvwlTRCaPy4twuGX0/diCWUrCJULjz0uYn8k+e6fYad9vRfLDYz0M31QsGX3m1Jlg==
cwex@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/cwex/-/cwex-1.0.2.tgz#0a45bbcad8c76ad4030de4053399ce6cae4164b2"
integrity sha512-rLVn69HhWAK4pOsGOA34rv6/u95KebvM8JXp1Zp6j9PFHvfKfrUp5xVo1Tzu/z8XT1aRrU09clxMQofQVMxQIQ==
dependencies:
archiver "^3.1.1"
commander "^4.1.1"
Expand Down

0 comments on commit bb5809e

Please sign in to comment.