Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 41505ff

Browse files
committed
Revert some stuff
1 parent 07d237d commit 41505ff

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

scripts/manage.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ def create_manifest_file(target):
1919
data['options_ui']['chrome_style'] = True
2020
data['minimum_chrome_version'] = '66'
2121

22-
data['version'] = settings.VERSIONS[target]
23-
2422
with open('manifest.json', 'w', encoding='utf-8') as f:
2523
json.dump(data, f, indent=2)
2624

scripts/settings.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MANIFEST_FILE = {
22
'manifest_version': 2,
33
'name': 'GitLab Merge Requests lists enhancer',
4+
'version': '1.6.0',
45
'description': 'An extension that enhance all Merge Requests lists on any instance of Gitlab and GitLab.com.',
56
'homepage_url': 'https://github.com/EpocDotFr/gitlab-merge-requests-lists-enhancer',
67
'author': 'Maxime \'Epoc\' G.',
@@ -26,13 +27,6 @@
2627
]
2728
}
2829

29-
VERSIONS = {
30-
'firefox': '1.6.0',
31-
'chrome': '1.6.0',
32-
'opera': '1.0.0',
33-
'edge': '1.0.0'
34-
}
35-
3630
FILES_AND_DIRECTORIES_TO_IGNORE_WHEN_BUILDING = [
3731
'scripts',
3832
'web-ext-artifacts',

0 commit comments

Comments
 (0)