Update package.json configuration with new fork details
This commit is contained in:
parent
2d35cd33c9
commit
7463aeccf5
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "firefox-send",
|
"name": "send",
|
||||||
"version": "3.0.22",
|
"version": "3.0.22",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "firefox-send",
|
"name": "send",
|
||||||
"description": "File Sharing Experiment",
|
"description": "File Sharing Experiment",
|
||||||
"version": "3.0.22",
|
"version": "3.0.22",
|
||||||
"author": "Mozilla (https://mozilla.org)",
|
"author": "Mozilla (https://mozilla.org)",
|
||||||
"repository": "mozilla/send",
|
"contributors": [
|
||||||
"homepage": "https://github.com/mozilla/send/",
|
"Tim Visee <3a4fb3964f@sinenomine.email> (https://timvisee.com)"
|
||||||
|
],
|
||||||
|
"repository": "gitlab:timvisee/send",
|
||||||
|
"homepage": "https://gitlab.com/timvisee/send/",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue