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

Remove use of npm ls in grunt tasks #11965

Merged
merged 8 commits into from
May 24, 2017

Commits on May 22, 2017

  1. [grunt/build] refactor _build:notice task to not depend on npm

    The _build:notice task used to rely on the output of `npm ls` to determine where modules were defined, but the task now just asks `license-checker` to include the `realPath` of the modules it describes in it's output, which is ultimately the same thing but works with `yarn` too.
    spalger committed May 22, 2017
    Configuration menu
    Copy the full SHA
    e735d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a469118 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2651222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e572c71 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    13e5a77 View commit details
    Browse the repository at this point in the history
  2. [npm] remove npm dev dep

    spalger committed May 23, 2017
    Configuration menu
    Copy the full SHA
    8f7f7f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5a4839 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    596fa03 View commit details
    Browse the repository at this point in the history