Skip to content

Commit

Permalink
Remove unused dependencies. Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboa88 committed Jan 1, 2021
1 parent 3e7bd3e commit dae64de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionShortName__",
"description": "__MSG_extensionDescription__",
"version": "3.2",
"version": "3.3",
"default_locale": "en",
"icons": {
"128": "128.png",
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "dark-mode-for-outlook",
"version": "3.2.0",
"version": "3.3.0",
"description": "A browser extension/add-on that applies a better (unofficial) dark mode to Microsoft Outlook and removes the ad sidebar",
"main": "build.js",
"devDependencies": {
"browserify": "^17.0.0",
"imagemin-cli": "^6.0.0",
"sass": "^1.30.0",
"tinyify": "^3.0.0"
"sass": "^1.30.0"
},
"scripts": {
"start": "npm run --silent build",
Expand Down

0 comments on commit dae64de

Please sign in to comment.