Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for excluding packages in devDependencies #24

Open
dwiyatci opened this issue Nov 24, 2016 · 3 comments
Open

Support for excluding packages in devDependencies #24

dwiyatci opened this issue Nov 24, 2016 · 3 comments

Comments

@dwiyatci
Copy link

Is it supported already?

@mojoaxel
Copy link
Contributor

@dwiyatci Can you please describe further what you want to achieve! Thx.

@dwiyatci
Copy link
Author

@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! 🧀

@anacronw
Copy link
Member

Hm, surprisingly this is not supported...I could've sworn that it was.

PR's welcome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants