From 9ea4689e62410d18fac0940b157bf0b1b0ec3e9c Mon Sep 17 00:00:00 2001 From: Liliia Pelypenko Date: Thu, 24 Dec 2020 18:01:47 +0900 Subject: [PATCH] Added publishConfig into npm config --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 822fa08..a475ea2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,8 @@ "test:watch": "jest test --watch" }, "publishConfig": { - "access": "public" + "access": "public", + "registry": "http://registry.npmjs.org" }, "peerDependencies": { "axe-core": ">=3"