Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zeke/standard-markdown
base: 847efc96194eecc9d484ccb2fdd52f083eae1e42
Choose a base ref
...
head repository: zeke/standard-markdown
compare: a5c3ee935f952ab51ad6090e7fa03b4ea23d9d1e
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 5, 2018

  1. Fix as cli failed

    The following is an error.
    ```
    path.js:39
        throw new ERR_INVALID_ARG_TYPE('path', 'string', path);
        ^
    
    TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
        at assertPath (path.js:39:11)
        at Object.resolve (path.js:1090:7)
        at Command.<anonymous> (/home/vagrant/work/standard-markdown/cli.js:34:28)
        at Command.listener (/home/vagrant/work/standard-markdown/node_modules/commander/index.js:315:8)
        at Command.emit (events.js:182:13)
        at Command.parseArgs (/home/vagrant/work/standard-markdown/node_modules/commander/index.js:665:12)
        at Command.parse (/home/vagrant/work/standard-markdown/node_modules/commander/index.js:474:21)
        at Object.<anonymous> (/home/vagrant/work/standard-markdown/cli.js:42:4)
        at Module._compile (internal/modules/cjs/loader.js:689:30)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    ```
    abetomo committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    7b83a0e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    fae907f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from abetomo/fix_pathjs_error

    Fix as cli failed
    zeke committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    2738ffa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #26 from abetomo/update_ci_test_to_lts_version

    Update CI test to LTS version
    zeke committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    d4692c5 View commit details
    Browse the repository at this point in the history
  4. Modify to follow the rules of the new 'standard'

    I upgraded the package and
    fixed it according to the latest 'standard' rules.
    abetomo committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    95dad5d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Merge pull request #27 from abetomo/upgrade_packages

    Modify to follow the rules of the new 'standard'
    zeke committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    8023aa4 View commit details
    Browse the repository at this point in the history
  2. 5.0.0

    zeke committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    a5c3ee9 View commit details
    Browse the repository at this point in the history