From dcdf55b0c9d00ee08b76fea4af795a9db825a9f5 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Thu, 14 Jan 2016 00:25:59 -0800 Subject: [PATCH] chore: update github URL in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 27217af..c31085f 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,10 @@ ], "repository": { "type": "git", - "url": "git://github.com/arturadib/shelljs.git" + "url": "git://github.com/shelljs/shelljs.git" }, "license": "BSD-3-Clause", - "homepage": "http://github.com/arturadib/shelljs", + "homepage": "http://github.com/shelljs/shelljs", "main": "./shell.js", "scripts": { "test": "node scripts/run-tests"