Releases: joebartels/requiring
Releases · joebartels/requiring
Release list
v0.0.5
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
initial release.
supports:
requiring.sync('./relative-file-path');
requiring.async('rel-file-path', callback);