0.1.3 • Published 10 years ago

bundle-bindings v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

#bundle-bindings A drop-in replacement for bindings in bundled modules (e.g. ones that have been browserified). bindings has issues finding the module root in such cases (since all modules are in one file, its stack trace search doesn't work). This module avoids this issue by not attempting to traverse the tree at all, and instead looking directly in the current directory.

You probably don't need this, unless you're doing weird stuff.

NPM

NPM

Usage

Insert in the package.json of the module you wish to bundle as a browser replacement.

e.g.

{
// ...
  "browser": {
    "bindings": "bundle-bindings"
  }
// ...
}

Installation

npm install bundle-bindings

License

MIT

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago