diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-10-14 23:09:13 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | a15a92badf94e2123a4d11e6c261aaa1b1ea09a9 (patch) | |
tree | fb35632fd64696ca8afdd7640a02e3e4141ddd79 /package.json | |
parent | 28c5748eaa68759c9f88e81b120c2e514a8fe1a7 (diff) |
RESTRUCT Update urls
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 ede4d0d..2c970a2 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,10 @@ "build": "webpack", "start": "webpack-dev-server" }, - "homepage": "https://bitbucket.org/smarsol/homescreen", - "author": "humberto.alfonso@asvito.es", + "homepage": "https://github.com/AGL-web-applications/homescreen", "repository": { "type": "git", - "url": "git@bitbucket.org:smarsol/homescreen.git" + "url": "git@github.com:AGL-web-applications/homescreen.git" }, "keywords": [ "agl", @@ -36,7 +35,7 @@ "zip-webpack-plugin": "^3.0.0" }, "dependencies": { - "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", "mustache": "^3.1.0" } } |