mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Fix releasing Firefox extension (#1716)
* Fix releasing Firefox extension
The lowest supported "strict_min_version" is 58.0.
* Create shiny-chicken-hammer.md
* Revert "Fix releasing Firefox extension"
This reverts commit 92881382b2
.
* Keep the id
This commit is contained in:
parent
4164b6279e
commit
73688e117a
5
.changeset/shiny-chicken-hammer.md
Normal file
5
.changeset/shiny-chicken-hammer.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'remotedev-redux-devtools-extension': patch
|
||||
---
|
||||
|
||||
Fix releasing Firefox extension
|
|
@ -6,8 +6,7 @@
|
|||
"homepage_url": "https://github.com/reduxjs/redux-devtools",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "extension@redux.devtools",
|
||||
"strict_min_version": "54.0"
|
||||
"id": "extension@redux.devtools"
|
||||
}
|
||||
},
|
||||
"page_action": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user