Created
April 2, 2019 08:53
-
-
Save pavelkeyzik/0cce319402a35134931c3b308a526469 to your computer and use it in GitHub Desktop.
For those who want to install npm package dependency from the private repository
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
| { | |
| "your_package_name": "git+https://<your_login>:<your_personal_access_token>@<repository_domain>/<repository>/<your_package_name>.git" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment