From dae64de204ea819c13ee0a5830b30da4d2132c87 Mon Sep 17 00:00:00 2001 From: John Goodliff Date: Thu, 31 Dec 2020 17:34:27 -0700 Subject: [PATCH] Remove unused dependencies. Increment version number --- manifest.json | 2 +- package.json | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index aa5ab05..ed4dcb7 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 2c2d747..73ed4c0 100644 --- a/package.json +++ b/package.json @@ -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",