From 1640c5341f01b17c2332e62ae9742d0ed2872329 Mon Sep 17 00:00:00 2001 From: Ari Dyckovsky Date: Thu, 13 Aug 2020 10:21:45 -0600 Subject: [PATCH] Update package.json to reflect organization The name of the remote repository was attached to the previous username. This change updates the package.json references to the remote Git URLs with the organization `jspsych`. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 84039bb9..cac2fc16 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jodeleeuw/jsPsych.git" + "url": "git+https://github.com/jspsych/jsPsych.git" }, "author": "Josh de Leeuw", "license": "MIT", "bugs": { - "url": "https://github.com/jodeleeuw/jsPsych/issues" + "url": "https://github.com/jspsych/jsPsych/issues" }, - "homepage": "https://github.com/jodeleeuw/jsPsych#readme", + "homepage": "https://github.com/jspsych/jsPsych#readme", "devDependencies": { "jest": "^24.8" },