We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632a971 commit a6c5404Copy full SHA for a6c5404
.gitignore
@@ -40,3 +40,5 @@ testem.log
40
# System Files
41
.DS_Store
42
Thumbs.db
43
+
44
+.husky
.npmrc
@@ -1 +1 @@
1
-@hypertrace:registry=https://hypertrace.jfrog.io/artifactory/npm
+@hypertrace:registry=https://hypertrace.jfrog.io/artifactory/api/npm/npm/
package.json
@@ -86,7 +86,7 @@
86
"url": "[email protected]:hypertrace/hyperdash-angular.git"
87
},
88
"publishConfig": {
89
- "registry": "https://hypertrace.jfrog.io/artifactory/npm"
+ "registry": "https://hypertrace.jfrog.io/artifactory/api/npm/npm/"
90
91
"release": {
92
"branches": [
0 commit comments