diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-01-18 18:17:43 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-01-18 18:17:43 +0300 |
commit | a6098e6ec27c2c17aab17d3f63b702d71c9fda3d (patch) | |
tree | 34b40293f391fbcb581b6b735afeb27beb1e6802 /package.json | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-a6098e6ec27c2c17aab17d3f63b702d71c9fda3d.zip |
Removed Bibliogram https://github.com/libredirect/libredirect/issues/573
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/package.json b/package.json index d8d2677a..b27cba78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libredirect", - "description": "Redirects YouTube, Twitter, Instagram and more to privacy friendly frontends.", + "description": "Redirects YouTube, Twitter, TikTok and more to privacy friendly frontends.", "engines": { "node": ">=16.13.1", "npm": ">=8.1.2" @@ -26,14 +26,6 @@ "web-ext": "^7.2.0" }, "webExt": { - "ignoreFiles": [ - "instances/get_instances.py", - "instances/beatbump.json", - "instances/bibliogram.json", - "instances/cloudtube.json", - "instances/facil.json", - "instances/neuters.json" - ], "sourceDir": "./src/", "run": { "browserConsole": true |