From aaeb7d0d1943d5b8f967048c3d6aa3d7ec602129 Mon Sep 17 00:00:00 2001 From: Ramon Yvarra Date: Wed, 19 May 2021 17:40:24 -0700 Subject: [PATCH] Changes to package location --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cc8cf95f2..1ede58d99 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/airbnb/react-dates.git" + "url": "ssh://git@github.com/bugcrowd/react-dates.git" + }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/" }, "author": "Maja Wichrowska ", "license": "MIT",