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

chore(cli): remove findup-sync from root move to utils package && format ts files #806

Merged
merged 13 commits into from
May 30, 2019

Commits on Mar 25, 2019

  1. chore(cli): move constants to a separate file (webpack#798)

    * chore(cli): move constants to a separate file
    
    moved all constants to a separate file for CLI scopre and imported from there.
    
    ISSUES CLOSED: webpack#772
    
    * chore(cli): lint files, rm console.log
    
    Format all code using prettier, remove console.log
    
    ISSUES CLOSED: webpack#772
    
    * chore(cli): codacy fix
    
    codacy fix
    
    * chore(cli): split destructuring into multiple lines
    
    split constants destructuring to multiple lines in config-yargs
    
    * chore(cli): update var name, revert oc
    
    update var name, revert oc
    
    * chore(cli): moved constants to utils
    
    moved constants to utils directory
    anshumanv committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    03df857 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    a26a48c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    6d75e25 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    0bf458f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    964bff5 View commit details
    Browse the repository at this point in the history
  2. chore(cli): remove findup-sync from package dir and move to utils

    remove findup-sync from package dir and move to utils
    cli(utils): added path-util to be used after next release
    added path-util to be used after next release
    
    ISSUES CLOSED: webpack#805
    anshumanv committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    fe9c289 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. chore(cli): cleanup

    cleanup
    anshumanv committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    ed4095f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. chore(utils): use absolute path

    use absolute path
    anshumanv committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    00a6348 View commit details
    Browse the repository at this point in the history
  2. chore(util): use relative for now

    use relative path for now
    anshumanv committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    5a0952e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    e9d426d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43c00e0 View commit details
    Browse the repository at this point in the history
  3. fix: formatting files

    evenstensberg committed May 30, 2019
    Configuration menu
    Copy the full SHA
    eb3909b View commit details
    Browse the repository at this point in the history
  4. chore: fix linting

    evenstensberg committed May 30, 2019
    Configuration menu
    Copy the full SHA
    c7c1a83 View commit details
    Browse the repository at this point in the history