-1

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?

bharz629
  • 161
  • 2
  • 4
  • 10

1 Answers1

0
"repository": {
    "type": "git",
    "url": "git+https://github.com/username/your-project.git"
}
Sanjeev Kumar
  • 447
  • 1
  • 4
  • 10