summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2021-04-16 10:45:15 +1000
committerSimonBrazell <simon@brazell.com.au>2021-04-16 10:45:15 +1000
commit7640e5c6bc4a79fdcad230c08806c1e9cf8096ca (patch)
treec6232409bffdbb9bbdf1d833649b4c54ca12a9ea /package.json
parenta45e7def927fc486a6494592fb8b6c49823ea9de (diff)
downloadprivacy-redirect-7640e5c6bc4a79fdcad230c08806c1e9cf8096ca.tar.gz
privacy-redirect-7640e5c6bc4a79fdcad230c08806c1e9cf8096ca.tar.bz2
privacy-redirect-7640e5c6bc4a79fdcad230c08806c1e9cf8096ca.zip
Prepare for release 1.1.47
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"
}
}