From e8272f6632eccb35524a1704e4475d8e7f1feeba Mon Sep 17 00:00:00 2001 From: Florin Langer Date: Mon, 6 Jul 2020 22:29:36 -0700 Subject: [PATCH] undo --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b4d8c7f..2c9e2c4 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "react-onboard", - "version": "1.1.4", + "version": "1.1.3", "description": "Create onboarding messages and highlight related components", "author": "CSFlorin", "license": "MIT", + "publishConfig": { + "registry": "https://npm.pkg.github.com/" + }, "repository": "git://github.com/CSFlorin/react-onboard.git/", "main": "dist/index.js", "module": "dist/index.modern.js",