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

feat(remove): update node_modules/.bin #63

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 29, 2018

  1. Configuration menu
    Copy the full SHA
    1162e27 View commit details
    Browse the repository at this point in the history
  2. dev: use pretty-quick

    and upgrade "husky" to v1.3
    aleclarson committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    c720984 View commit details
    Browse the repository at this point in the history
  3. chore: run prettier

    aleclarson committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    efe5889 View commit details
    Browse the repository at this point in the history
  4. feat: improved yarn support

    Any commands with a --yarn flag will look for a "yarn.lock" file in the working directory. When a lockfile exists, the --yarn flag will be true by default.
    
    Other fixes:
    - actually use argv.yarn for the "link" command
    - actually use the `getPackageManager` function's argument
    - remove unused `showVersion` function
    aleclarson committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    5f304a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. feat: update node_modules/.bin

    Make the `add` and `link` commands update the "node_modules/.bin" directory.
    aleclarson committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    ef1a0d3 View commit details
    Browse the repository at this point in the history
  2. feat: run yalc from anywhere

    Yalc now looks for the nearest ancestor that contains a package.json file.
    
    I also did some tidying up!
    
    Fixes wclr#47
    aleclarson committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    bd9671c View commit details
    Browse the repository at this point in the history
  3. feat(remove): update node_modules/.bin

    Improve the "remove" command by cleaning up after ourselves in the "node_modules/.bin" directory.
    aleclarson committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    aa3a5b0 View commit details
    Browse the repository at this point in the history