Now if your package.json
or transitive dependency packages will have dependency from public git repository on GitHub it will be correctly calculated.
This now works as expected.
"dependencies": {
"eslint": "github:eslint/eslint#v5.3.0",
"webpack": "git+ssh://git@github.com/webpack/webpack.git"
},
Known issues:
- Feature works via GitHub API which has 60 requests per our limit (without token)
- This does not work yet:
github:eslint/eslint#v5.3.0
- Private repositories does not work
If you need this fixed please submit a new issue here