1.0.1 • Published 9 years ago

chrome-depd v1.0.1

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

chrome-depd

This is a fork of dougwilson/nodejs-depd to support chromeiumify

It is required as depd uses eval and that is not allowed in chrome apps. This module is used by chromiumify

Installation

$ npm install chrome-depd

Usage

This library can be used directly with your browserify builds targeting Chrome Packaged Apps.

If you want to override a thirdparty dependancy in your builds then you use

$ browserify -r chrome-depd:depd index.js -o bundle.js