Skip to content

Commit

Permalink
Merge pull request #69 from jdi-testing/issue_57
Browse files Browse the repository at this point in the history
popups refactoring
  • Loading branch information
MariiaNebesnova committed Nov 18, 2021
2 parents 285edf2 + fd4c879 commit 6db0650
Show file tree
Hide file tree
Showing 24 changed files with 23,469 additions and 321 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 2018,
"ecmaVersion": 2020,
"sourceType": "module"
},
"plugins": ["react"],
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "JDN",
"description": "",
"devtools_page": "index.html",
"version": "3.0.77",
"version": "3.0.78",
"permissions": [
"activeTab",
"tabs",
Expand All @@ -25,7 +25,7 @@
"https://*/*"
],
"css": [
"reportProblemPopup.css",
"contentScripts.css",
"highlight.css"
]
}
Expand Down
Loading

0 comments on commit 6db0650

Please sign in to comment.