Hi there
I wonder if it's possible to npm install a subdirectory of a bitbucket repo.
If the npm package is in the project root, it works like:
npm install ssh://bitbucket.org:<bitbucketname>/<bitbucketrepo>
And it also works when adding this to the package.json dependencies:
"pkgName": "bitbucket:<bitbucketname>/<bitbucketrepo>"
My goal is to just install whats in a subdirectory, is that possible and how?
Thanks and Cheers,
Alex