Skip to content

Commit a6c5404

Browse files
fix: update publishing (#221)
* fix: update publishing * chore: ignore husky
1 parent 632a971 commit a6c5404

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ testem.log
4040
# System Files
4141
.DS_Store
4242
Thumbs.db
43+
44+
.husky

.npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@hypertrace:registry=https://hypertrace.jfrog.io/artifactory/npm
1+
@hypertrace:registry=https://hypertrace.jfrog.io/artifactory/api/npm/npm/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"url": "[email protected]:hypertrace/hyperdash-angular.git"
8787
},
8888
"publishConfig": {
89-
"registry": "https://hypertrace.jfrog.io/artifactory/npm"
89+
"registry": "https://hypertrace.jfrog.io/artifactory/api/npm/npm/"
9090
},
9191
"release": {
9292
"branches": [

0 commit comments

Comments
 (0)