Skip to content

v0.0.5

Latest

Choose a tag to compare

@joebartels joebartels released this 15 Jun 03:41
· 2 commits to master since this release

This release introduced an options hash that currently takes the form of:

{
  directory: './some-directory'
}

and can be passed as 2nd param to async and sync. The options.directory option will allow you to modify the base directory to require from.

notes: v0.1.0 will break this API