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 broken guard #6

Merged
merged 2 commits into from
Feb 15, 2017
Merged

Remove broken guard #6

merged 2 commits into from
Feb 15, 2017

Commits on Feb 15, 2017

  1. Fix JSHint warnings

    wearhere committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    7e380d4 View commit details
    Browse the repository at this point in the history
  2. Remove broken guard

    As far as I can tell that `if` statement is _always_ true, since `fileInstallingPath`
    is the path to the package running the ‘install’ or ‘postInstall’ script, which
    is the package being installed—which is what `$npm_package_name` refers
    to.
    wearhere committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    60a9614 View commit details
    Browse the repository at this point in the history