diff options
author | Hygna <hygna@proton.me> | 2022-09-28 20:18:32 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-09-28 20:18:32 +0100 |
commit | 800d0cbd9fd4286f0affcb5a28f01f03532655fb (patch) | |
tree | 4cc267629d8b7ff4656e83f71d17c2e102b09240 /package.json | |
parent | Started converting storage format (diff) | |
download | libredirect-800d0cbd9fd4286f0affcb5a28f01f03532655fb.zip |
Unify cookies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json index 76f57474..ec39aee4 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,6 @@ "start": "web-ext run --browser-console --source-dir ./src/", "build": "web-ext build --overwrite-dest --source-dir ./src/", "test": "web-ext lint --source-dir ./src/ || true", - "pug": "pug ./src/pages/options/*.pug ./src/pages/popup/ -P -w", - "prettier": "npx prettier --write .", "instances": "python3 src/instances/get_instances.py; git update-index --assume-unchanged src/instances/blacklist.json src/instances/data.json", "ejs": "npx ejs src/pages/options/index.ejs -f src/config/config.json -o src/pages/options/index.html; npx ejs src/pages/popup/popup.ejs -f src/config/config.json -o src/pages/popup/popup.html" }, |