Skip to content

Releases: milewski/cross-os

1.5.0

17 Jun 09:37
Compare
Choose a tag to compare

1.2.1

28 Sep 03:11
Compare
Choose a tag to compare
  • Propagate exit code error if process fail

1.1.2

20 Apr 02:08
Compare
Choose a tag to compare

Added a colored warning if script not found for the current user OS

wx20170420-100050

1.1.1

19 Apr 05:11
Compare
Choose a tag to compare

Added a way to specify the scripts in a separated section in your package.json

"cross-os": {
  "bar": {
    "darwin": "echo 'i will only run on Mac'",
    "win32": "echo 'i will only run on Windows'",
    "linux": "echo 'i will only run on Linux'"
  }
}

1.0.1

13 Apr 10:05
Compare
Choose a tag to compare
fix readme