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

fix(scaffold): config file is always generated at the project root #801

Merged
merged 6 commits into from Mar 26, 2019

Commits on Mar 22, 2019

  1. fix(scaffold): config file is always generated at the project root

    config file is generated at the project root
    anshumanv committed Mar 22, 2019
    Copy the full SHA
    c057415 View commit details
    Browse the repository at this point in the history
  2. chore(scaffold): add package-lock for utils

    add package-lock for utils as new dep was introduced
    anshumanv committed Mar 22, 2019
    Copy the full SHA
    6f3c621 View commit details
    Browse the repository at this point in the history
  3. chore(utils): fix ci

    fix ci
    anshumanv committed Mar 22, 2019
    Copy the full SHA
    37eb051 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. fix(scaffold): migrated to findup-sync to find the project root

    migrated to use find-up sync to determine project root, removed additional packages
    anshumanv committed Mar 25, 2019
    Copy the full SHA
    9ad3c15 View commit details
    Browse the repository at this point in the history
  2. chore(utils): added findup-sync package to utils package

    added findup-sync to utils package
    anshumanv committed Mar 25, 2019
    Copy the full SHA
    76974d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. chore(scaffold): do not pass process.cwd()

    do not pass process.cwd()
    anshumanv committed Mar 26, 2019
    Copy the full SHA
    1902daa View commit details
    Browse the repository at this point in the history