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

changed devDependencies to dependencies #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 15, 2016

  1. changed devDependencies to dependencies

    this allows me (and hopefully others as well) to use this plugin in conjunction with [main-bower-files](https://github.com/ck86/main-bower-files) without having to mannually override the dependencies of this component to ensure that everything is properly pulled into the build.
    
    Currently, I have to include the following to make my build work
    ```json
    {
      ...
      "overrides": {
        "jr-crop" : {
          "dependencies":{
            "ionic" : "*"
          }
        }
    }
    ```
    nexus-uw committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    6d4af8d View commit details
    Browse the repository at this point in the history