Skip to content

Commit

Permalink
Require Firefox 65.0 (#713)
Browse files Browse the repository at this point in the history
TL;DR:  This change updates minimal version in manifest,
so new releases will not break Firefox ESR.
  • Loading branch information
lidel authored Apr 17, 2019
1 parent abad5e0 commit fdb8304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@babel/preset-env",
{
"targets": {
"firefox": 60,
"firefox": 65,
"chrome": 70
}
}
Expand Down
2 changes: 1 addition & 1 deletion add-on/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"applications": {
"gecko": {
"id": "ipfs-firefox-addon@lidel.org",
"strict_min_version": "60.0"
"strict_min_version": "65.0"
}
},
"page_action": {
Expand Down

0 comments on commit fdb8304

Please sign in to comment.