diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-14 23:06:52 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | 6d32da2617e3545589da4e139484d75a4591bfe7 (patch) | |
tree | 2cf3a419593ce1801cfe0c49bb76c5319c118861 /package.json | |
parent | fccc2cde5d9084151bf7afda3845da682af0f992 (diff) |
RESTRUCT update Homepage
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json index df4c05e..fdaa1a7 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,10 @@ "build": "webpack", "start": "webpack-dev-server" }, - "homepage": "https://bitbucket.org/smarsol/mixer", - "author": "humberto.alfonso@asvito.es", + "homepage": "https://github.com/AGL-web-applications/mixer", "repository": { "type": "git", - "url": "git@bitbucket.org:smarsol/mixer.git" + "url": "git@github.com:AGL-web-applications/mixer.git" }, "keywords": [ "agl", @@ -37,6 +36,6 @@ }, "dependencies": { "mustache": "^3.1.0", - "agl-js-api": "git@bitbucket.org:smarsol/agl-js-api.git#master" + "agl-js-api": "https://github.com/AGL-web-applications/agl-js-api.git#master" } } |