From f9a7ad98a915eb5f586f9ecb5763f0aa393ad68a Mon Sep 17 00:00:00 2001 From: madura Date: Mon, 13 Sep 2021 19:45:43 +0530 Subject: [PATCH] added npm publish configs --- .npmrc | 1 + package.json | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..c1d75ac --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@shoutout-labs:registry=https://npm.pkg.github.com/shoutout-labs \ No newline at end of file diff --git a/package.json b/package.json index e786f7e..112ed83 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "reactbootstrap-wizard-rb", + "name": "@shoutout-labs/reactbootstrap-wizard-rb", "version": "1.0.10", "description": "reactbootstrap-wizard React component", "main": "lib/index.js", @@ -34,7 +34,13 @@ "author": "", "homepage": "", "license": "MIT", - "repository": "", + "publishConfig": { + "registry": "https://npm.pkg.github.com/" + }, + "repository": { + "type": "git", + "url": "ssh://git@github.com/shoutout-labs/reactbootstrap-wizard.git" + }, "keywords": [ "react-component" ]