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

refactor: "yalc add" flags #68

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

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

Commits on Jan 3, 2019

  1. refactor: "yalc add" flags

    Changes affecting "yalc add":
    - use --link by default
    - remove the --file flag (use --no-link instead)
    - remove the --save-dev flag (use --dev instead)
    - add --no-save flag
    
    Changes affecting the `addPackages` function:
    - rename "link" option to "noSave"
    - rename "linkDep" option to "link"
    aleclarson committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    d7a4f56 View commit details
    Browse the repository at this point in the history