From c8f55cb5e2309c259586c3e25f0b4313b203c2bc Mon Sep 17 00:00:00 2001 From: Vu Nguyen Date: Mon, 11 Jan 2021 00:46:34 -0600 Subject: [PATCH 1/2] update package.json --- package-lock.json | 15 +++------------ package.json | 12 +++++++++--- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index d85d1b0..aff7661 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2987,7 +2987,6 @@ "version": "15.7.0", "resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.7.0.tgz", "integrity": "sha512-QZv4sFWG9S5RUvkTYWbflxeZX+JG7Cz0Tn33rQBJ+WFQTqTfUTjMjiv9tnfXazjsO5r0KhPs+AqCjyrQX6h2ng==", - "dev": true, "requires": { "loose-envify": "^1.3.1", "object-assign": "^4.1.1" @@ -9849,14 +9848,6 @@ "prop-types": "^15.6.2" } }, - "react-addons-css-transition-group": { - "version": "15.6.2", - "resolved": "https://registry.npmjs.org/react-addons-css-transition-group/-/react-addons-css-transition-group-15.6.2.tgz", - "integrity": "sha1-nkN2vPQLUhfRTsaFUwgc7ksIptY=", - "requires": { - "react-transition-group": "^1.2.0" - } - }, "react-dom": { "version": "16.14.0", "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz", @@ -13174,9 +13165,9 @@ } }, "webextension-polyfill": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/webextension-polyfill/-/webextension-polyfill-0.2.1.tgz", - "integrity": "sha1-zfyRJgMwOfFxNVMVfTW+/x1Nb0o=" + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/webextension-polyfill/-/webextension-polyfill-0.4.0.tgz", + "integrity": "sha512-oreMp+EoAo1pzRMigx4jB5jInIpx6NTCySPSjGyLLee/dCIPiRqowCEfbFP8o20wz9SOtNwSsfkaJ9D/tRgpag==" }, "webidl-conversions": { "version": "4.0.2", diff --git a/package.json b/package.json index 53055a7..98308a9 100755 --- a/package.json +++ b/package.json @@ -10,12 +10,18 @@ "postinstall": "gulp postinstall", "validate": "npm ls" }, - "pre-commit": ["lint"], + "pre-commit": [ + "lint" + ], "jest": { - "testFileExtensions": ["jest.js"], + "testFileExtensions": [ + "jest.js" + ], "scriptPreprocessor": "/node_modules/babel-jest", "testDirectoryName": "tests", - "unmockedModulePathPatterns": ["/node_modules/react"] + "unmockedModulePathPatterns": [ + "/node_modules/react" + ] }, "private": true, "devDependencies": { From 79c51b1f008150e37fcb6e3c4cae4ca30b77747f Mon Sep 17 00:00:00 2001 From: Vu Nguyen Date: Mon, 11 Jan 2021 00:50:59 -0600 Subject: [PATCH 2/2] issues-98: use tab instead of embedded dialog for simplification --- manifest.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 9a9f2f4..de2a090 100644 --- a/manifest.json +++ b/manifest.json @@ -30,10 +30,7 @@ "default_title": "WakaTime", "default_popup": "popup.html" }, - "options_ui": { - "page": "options.html", - "chrome_style": false - }, + "options_page": "options.html", "browser_specific_settings": { "gecko": { "id": "addon@wakatime.com",