Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Support quoted scripts #89

Merged
merged 4 commits into from
Mar 15, 2017
Merged

Commits on Mar 15, 2017

  1. feat(spawn): add support for quoted scripts

    Use the shell option of spawn introduced in Node.js 4.8 (see
    nodejs/node#4598) to pass the command to the OS shell.
    Supersedes kentcdodds#77.
    
    BREAKING CHANGE: Changes the behavior when passed quoted scripts or special characters interpreted
    by the shell.
    Hugo Wood committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    a459744 View commit details
    Browse the repository at this point in the history
  2. docs(readme): add gotchas

    Add Gotchas paragraph about passing variables to multiple scripts.
    Hugo Wood committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    75450c1 View commit details
    Browse the repository at this point in the history
  3. docs(readme): add required node version badge

    Replace the Prerequisite paragraph by a badge showing the require version of Node.js required to run
    cross-env.
    Hugo Wood committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    9e28690 View commit details
    Browse the repository at this point in the history
  4. test(spawn): add test for quoted scripts

    Hugo Wood committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    78a8913 View commit details
    Browse the repository at this point in the history