summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index d786d3a..45f6a69 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "privacy-redirect",
- "description": "Redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.",
+ "description": "Redirects Twitter, YouTube, Instagram and more to privacy friendly alternatives.",
"engines": {
"node": ">=10.0.0",
"npm": ">=5.6.0"
@@ -14,12 +14,12 @@
"url": "git+https://github.com/SimonBrazell/privacy-redirect.git"
},
"author": "SimonBrazell",
- "license": "GPLv3",
+ "license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/SimonBrazell/privacy-redirect/issues"
},
"homepage": "https://github.com/SimonBrazell/privacy-redirect#readme",
"devDependencies": {
- "web-ext": "^5.4.1"
+ "web-ext": "^6.0.0"
}
}