bower-license
bower-license copied to clipboard
Support for excluding packages in devDependencies
Is it supported already?
@dwiyatci Can you please describe further what you want to achieve! Thx.
@mojoaxel Suppose that I have, in my bower.json, something like:
{
"dependencies": {
"angular": "1.5.8"
},
"devDependencies": {
"angular-mocks": "1.5.8"
}
}
Currently bower-licence will list both licenses for angular and angular-mocks. I'd like to list licenses of the packages in dependencies only, and not in devDependencies(thus, license of angular only in my example).
Cheers! 🧀
Hm, surprisingly this is not supported...I could've sworn that it was.
PR's welcome :)