aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-10-14 23:15:50 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 20:08:26 +0100
commitf7706937006365477c7f5f97077bb9ea93976716 (patch)
tree90ba7c40484fe72473a2239484a95aea29d4c4f3
parent99b6b053fc4edfceb7a73f741a21c8b6a1b8464d (diff)
RESTRUCT Update repo references
-rw-r--r--package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json
index 27ecd0d..daa7cd5 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/launcher",
"repository": {
"type": "git",
- "url": "git@bitbucket.org:smarsol/homescreen.git"
+ "url": "git@github.com:AGL-web-applications/launcher.git"
},
"keywords": [
"agl",
@@ -36,7 +35,7 @@
"zip-webpack-plugin": "^3.0.0"
},
"dependencies": {
- "mustache": "^3.0.1",
- "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.0.1"
}
}