RESTRUCT update Homepage
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>
Mon, 14 Oct 2019 21:06:52 +0000 (23:06 +0200)
committerLorenzo Tilve <ltilve@igalia.com>
Tue, 4 Feb 2020 08:42:15 +0000 (09:42 +0100)
package.json

index df4c05e..fdaa1a7 100644 (file)
@@ -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"
     }
 }