2.0.1 • Published 9 years ago

module-singleton v2.0.1

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
9 years ago

SYNOPSIS

Prevent multiple copies of your module loaded into application.

Build Status

For example, module1 would be loaded twice when the dependency graph looks like this:

--main-module
 --module1
 --module2
  --module1

USAGE

Require module-singleton at the top of your module, pass package.json.

require('module-singleton')(require('./package.json'));

##LICENSE

Apache License, Version 2.0