I created library which sits under angular/dist folder and I pushed whole project to Bonobo git server.
I want to include this library in pakcage.json in Angular
Should I store only library folder (which is folder under angular/dist) on git server? and how can I include in package.json?
You can install from folder or git repo, following is
npm i -h.So, this question has two solution:
1. Install from folder
2. Install from git remote repo
Or include commit-ish.