Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@rwu823 rwu823 released this 22 Oct 12:21
· 1 commit to master since this release

Fixed

  • #1 Fix export default issue in node

Breaking Changes in v2

  • Silent API from shSilent to sh.quiet
- import { shSilent } from 'sh-exec'
+ import sh from 'sh-exec'
+ sh.quiet