Created
September 30, 2015 15:49
-
-
Save wilmoore/558d5660371f7d6b8ab8 to your computer and use it in GitHub Desktop.
Artifactory Woes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//artifactory.example.com/artifactory/api/npm/npm-local/:_password=***** | |
//artifactory.example.com/artifactory/api/npm/npm-local/:username=scott | |
//artifactory.example.com/artifactory/api/npm/npm-local/:[email protected] | |
//artifactory.example.com/artifactory/api/npm/npm-local/:always-auth=true | |
//artifactory.example.com/artifactory/api/npm/npm-virtual/:_password=***** | |
//artifactory.example.com/artifactory/api/npm/npm-virtual/:username=scott | |
//artifactory.example.com/artifactory/api/npm/npm-virtual/:[email protected] | |
//artifactory.example.com/artifactory/api/npm/npm-virtual/:always-auth=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment