diff options
author | SimonBrazell <simon@brazell.com.au> | 2021-04-16 10:45:15 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2021-04-16 10:45:15 +1000 |
commit | 7640e5c6bc4a79fdcad230c08806c1e9cf8096ca (patch) | |
tree | c6232409bffdbb9bbdf1d833649b4c54ca12a9ea /package.json | |
parent | Merge pull request #219 from jaki/handle-reddit-img (diff) | |
download | libredirect-7640e5c6bc4a79fdcad230c08806c1e9cf8096ca.zip |
Prepare for release 1.1.47
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index d786d3a0..45f6a699 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" } } |