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

Implement packageFilenames: specify which files get the package.json special treatment #173

Closed
wants to merge 3 commits into from

Commits on Feb 22, 2019

  1. Add config option "packageFilenames", defaulting to ["package.json"]

    Specifies filenames that should get the package.json special treatment,
    where they're parsed as strict JSON and the packageProp is extracted.
    cspotcode authored and Andrew Bradley committed Feb 22, 2019
    Copy the full SHA
    9e4f1dc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Remove Array.prototype.includes to support node 4

    Andrew Bradley committed Feb 23, 2019
    Copy the full SHA
    728d386 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. Fix typo

    cspotcode committed Mar 2, 2019
    Copy the full SHA
    0d0c43e View commit details
    Browse the repository at this point in the history