Skip to content

Commit

Permalink
Mozilla doesn't like minified
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Jul 2, 2018
1 parent 20c94d0 commit e6f9565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome+firefox/dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Herp Derp for YouTube™",
"version": "1.6.5",
"version": "1.6.6",
"homepage_url": "https://www.tannr.com",
"description":
"Significantly improves YouTube comments by replacing them with random herps and derps.",
Expand Down
2 changes: 1 addition & 1 deletion chrome+firefox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Tanner Stokes <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack --mode=production",
"build": "webpack --mode=none",
"develop": "webpack --watch"
},
"devDependencies": {
Expand Down

0 comments on commit e6f9565

Please sign in to comment.