Skip to content

Commit

Permalink
Merge pull request #22 from maduraPradeep/master
Browse files Browse the repository at this point in the history
added npm publish configs
  • Loading branch information
maduraPradeep authored Sep 13, 2021
2 parents 7846d02 + f9a7ad9 commit 29e58f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@shoutout-labs:registry=https://npm.pkg.github.com/shoutout-labs
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -34,7 +34,13 @@
"author": "",
"homepage": "",
"license": "MIT",
"repository": "",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/shoutout-labs/reactbootstrap-wizard.git"
},
"keywords": [
"react-component"
]
Expand Down

0 comments on commit 29e58f3

Please sign in to comment.