From a05f90271a5ccbf4d024b68aa268df75191984f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20i?= =?UTF-8?q?nvntrm=40?= Date: Fri, 5 May 2017 14:47:33 +0300 Subject: [PATCH] fix incorrect npm link closes https://github.com/ryanflorence/react-router-relative-links/issues/9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a04cd0f..e685f92 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "main": "lib/index.js", "repository": { "type": "git", - "url": "https://github.com/ryanflorence/react-router-relative-links.git" + "url": "https://github.com/ryanflorence/react-router-restore-scroll.git" }, - "bugs": "https://github.com/ryanflorence/react-router-relative-links/issues", + "bugs": "https://github.com/ryanflorence/react-router-restore-scroll/issues", "scripts": { "build": "babel ./modules -d lib --ignore '__tests__'", "build-umd": "NODE_ENV=production webpack modules/RestoreScroll.js umd/RestoreScroll.js",