Skip to content

Commit 9af1bfb

Browse files
committed
Updated package.json
Signed-off-by: Mehmet Baker <[email protected]>
1 parent 717629c commit 9af1bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A browser extension to dim web pages",
55
"main": "index.js",
66
"scripts": {
7-
"build": "web-ext build --overwrite-dest -i package.json README.md yarn.lock dark-mode demo.gif _config.yml",
7+
"build": "web-ext build --overwrite-dest -i package.json README.md yarn.lock \"**-profile\" demo.gif _config.yml",
88
"dev": "env-cmd -x --use-shell web-ext run -u https://wikipedia.com --verbose --firefox-profile=\"\\$LIGHT_MODE_PROFILE\"",
99
"dev-dark": "env-cmd -x web-ext run --verbose -u https://wikipedia.com --firefox-profile=\"\\$DARK_MODE_PROFILE\"",
1010
"lint": "eslint content_scripts/*.js popup/*.js background.js",
@@ -19,7 +19,7 @@
1919
"dark",
2020
"overlay"
2121
],
22-
"author": "Mehmet Baker <[email protected]> (https://mehmetbaker.dev)",
22+
"author": "Mehmet Baker <[email protected]> (https://mehmetb.github.io)",
2323
"license": "GPL-3.0-or-later",
2424
"bugs": {
2525
"url": "https://github.com/mehmetb/dimmer/issues"

0 commit comments

Comments
 (0)