Skip to content

Commit b1dd584

Browse files
committed
6.1.1 because mozilla weirdness (has been a while)
1 parent 7b0bdac commit b1dd584

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

extension/chrome_manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"author": "toolbox team",
55
"short_name": "toolbox",
66
"description": "A set of tools to be used by moderators on reddit in order to make their jobs easier.",
7-
"version": "6.1.0",
8-
"version_name": "6.1.0: \"Delaying Donkey\"",
7+
"version": "6.1.1",
8+
"version_name": "6.1.1: \"Delaying Donkey\"",
99
"incognito": "split",
1010
"permissions": [
1111
"cookies",

extension/firefox_manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"author": "toolbox team",
55
"short_name": "toolbox",
66
"description": "A set of tools to be used by moderators on reddit in order to make their jobs easier.",
7-
"version": "6.1.0",
8-
"version_name": "6.1.0: \"Delaying Donkey\"",
7+
"version": "6.1.1",
8+
"version_name": "6.1.1: \"Delaying Donkey\"",
99
"browser_specific_settings": {
1010
"gecko": {
1111
"id": "yes@jetpack",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default ['chrome', 'firefox'].flatMap(platform => [
1212
output: {
1313
file: `build/${platform}/data/init.js`,
1414
// Sourcemaps without extra `web_accessible_resources` entries
15-
sourcemap: 'inline',
15+
sourcemap: false,
1616
},
1717
plugins: [
1818
nodeResolve(),

0 commit comments

Comments
 (0)