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

Add option to specify executable file name #999

Merged

Commits on Aug 29, 2018

  1. Copy the full SHA
    5f8ef7b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Upgrade packages

    Because there was a major upgrade.
    abetomo committed Jul 12, 2019
    Copy the full SHA
    4ca8ae7 View commit details
    Browse the repository at this point in the history
  2. Drop Node.js 6 from .travis.yml

    Node.js 6 is EOL.
    I get the following error in a library that does not support Node.js 6.
    
    ```
    node_modules/eslint/lib/cli-engine/cli-engine.js:257
            ...calculateStatsPerFile(messages)
            ^^^
    ```
    abetomo committed Jul 12, 2019
    Copy the full SHA
    a18c00d View commit details
    Browse the repository at this point in the history
  3. Merge pull request tj#993 from abetomo/upgrade_packages

    Upgrade packages
    abetomo committed Jul 12, 2019
    Copy the full SHA
    631dfdc View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Merge branch 'feature_specify_subcommand' of https://github.com/abeto…

    …mo/commander.js into abetomo-feature_specify_subcommand
    shadowspawn committed Jul 20, 2019
    Copy the full SHA
    669272a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2c4d743 View commit details
    Browse the repository at this point in the history
  3. Rework executeableFIle support

    - add to README
    - rename option
    - include support for executableFile for alias and default command
    - consistent use of node to launch javascript files
    shadowspawn committed Jul 20, 2019
    Copy the full SHA
    6d5e11a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    facd66f View commit details
    Browse the repository at this point in the history