From fcfde518c6f5a557a63cf162b5a12a0940a8e5ae Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Fri, 8 Jul 2016 21:11:50 +0100 Subject: [PATCH] Update package.json and composer.json with the new GitHub URL --- composer.json | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 1988aa4..9ca403a 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "marco-c/wp-web-push", + "name": "mozilla/wp-web-push", "description": "Web Push plugin for Wordpress.", "license": "GPLv2", "authors": [ diff --git a/package.json b/package.json index 3cb2c52..f64a9b0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "repository": { "type": "git", - "url": "git+https://github.com/marco-c/wp-web-push.git" + "url": "git+https://github.com/mozilla/wp-web-push.git" }, "keywords": [ "wordpress", @@ -14,9 +14,9 @@ "author": "Marco Castelluccio ", "license": "GPL-2.0", "bugs": { - "url": "https://github.com/marco-c/wp-web-push/issues" + "url": "https://github.com/mozilla/wp-web-push/issues" }, - "homepage": "https://github.com/marco-c/wp-web-push#readme", + "homepage": "https://github.com/mozilla/wp-web-push#readme", "dependencies": { "chart.js": "^1.1.1", "localforage": "^1.4.0"