From 88ab24ee2013a84641ad9e0173342181b271ac4f Mon Sep 17 00:00:00 2001 From: Massimiliano Mirra Date: Mon, 29 Apr 2019 14:58:32 +0200 Subject: [PATCH] chore: specify registry for publishing https://github.com/release-it/release-it/issues/95 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 3edc2f2..6b1e17c 100644 --- a/package.json +++ b/package.json @@ -71,5 +71,8 @@ "pre-push": "yarn typecheck && yarn lint", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } + }, + "publishConfig": { + "registry": "https://registry.npmjs.org/" } }