Skip to content

Commit

Permalink
fix: publish npm package to hypertrace artifactory (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Steinfeld <45047841+aaron-steinfeld@users.noreply.github.com>
  • Loading branch information
ravisingal and aaron-steinfeld committed Apr 12, 2021
1 parent c177495 commit 632a971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@hypertrace:registry=https://api.bintray.com/npm/hypertrace/npm
@hypertrace:registry=https://hypertrace.jfrog.io/artifactory/npm
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"url": "git@github.com:hypertrace/hyperdash-angular.git"
},
"publishConfig": {
"registry": "https://api.bintray.com/npm/hypertrace/npm"
"registry": "https://hypertrace.jfrog.io/artifactory/npm"
},
"release": {
"branches": [
Expand Down

0 comments on commit 632a971

Please sign in to comment.