Update package.json
This commit is contained in:
parent
1670409428
commit
8ca6b5d022
10
package.json
10
package.json
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "privacy-redirect",
|
"name": "LibRedirect",
|
||||||
"description": "Redirects Twitter, YouTube, Instagram and more to privacy friendly alternatives.",
|
"description": "Redirects Twitter, YouTube, Instagram and more to privacy friendly alternatives.",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0",
|
"node": ">=10.0.0",
|
||||||
|
@ -11,14 +11,14 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/SimonBrazell/privacy-redirect.git"
|
"url": "git+https://github.com/LibRedirect/LibRedirect.git"
|
||||||
},
|
},
|
||||||
"author": "SimonBrazell",
|
"author": "LibRedirect",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/SimonBrazell/privacy-redirect/issues"
|
"url": "https://github.com/LibRedirect/LibRedirect/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/SimonBrazell/privacy-redirect#readme",
|
"homepage": "https://github.com/LibRedirect/LibRedirect#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"web-ext": "^6.2.0"
|
"web-ext": "^6.2.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue