From d89ca3589c98fa05572259b6dd0b30e641d9d19b Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 14 Jan 2021 06:12:29 -0500 Subject: [PATCH] Update badge URLs --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2de347f..3b875df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![build](https://img.shields.io/travis/mkay581/scroll-js) +![build](https://img.shields.io/travis/markcellus/scroll-js) ![npm](https://img.shields.io/npm/v/scroll-js) ![node](https://img.shields.io/node/v/scroll-js) ![minified](https://img.shields.io/bundlephobia/min/scroll-js) diff --git a/package.json b/package.json index 0983bdd..af00843 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "description": "Light cross-browser scroller that uses native javascript", "repository": { "type": "git", - "url": "https://github.com/mkay581/scroll-js.git" + "url": "https://github.com/markcellus/scroll-js.git" }, - "homepage": "https://github.com/mkay581/scroll-js", + "homepage": "https://github.com/markcellus/scroll-js", "publishConfig": { "registry": "https://registry.npmjs.org/" },