I've a private repository hosted on git hub enterprise. I want to download this package for my app. How do I reference this in my package.json?
Asked
Active
Viewed 244 times
-1
-
Do you have ssh keys setup? – baao Feb 15 '16 at 10:39
1 Answers
0
"repository": {
"type": "git",
"url": "git+https://github.com/username/your-project.git"
}

Sanjeev Kumar
- 447
- 1
- 4
- 10