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

Fix package.json main attribute #30

Merged
merged 2 commits into from
May 27, 2016
Merged

Fix package.json main attribute #30

merged 2 commits into from
May 27, 2016

Commits on May 26, 2016

  1. Merge pull request #1 from nozzle/master

    Update from parent fork
    lebolo committed May 26, 2016
    Configuration menu
    Copy the full SHA
    0bf7451 View commit details
    Browse the repository at this point in the history
  2. Fix package.json main attribute

    `main` can no longer be an array (it must be a string in npm, but can be an array in bower)
    
    See angular-ui/ui-grid#4743 as an example
    Luis Lebolo committed May 26, 2016
    Configuration menu
    Copy the full SHA
    2853640 View commit details
    Browse the repository at this point in the history