Skip to content

Releases: joebartels/requiring

v0.0.5

Choose a tag to compare

@joebartels joebartels released this 15 Jun 03:41

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

1st release

Choose a tag to compare

@joebartels joebartels released this 02 Nov 05:47

initial release.
supports:

requiring.sync('./relative-file-path');

requiring.async('rel-file-path', callback);