Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add browser: dc.js to package.json for Browserify
This will make Browserify skip bundling the scripts intended to run on CommonJS platforms and instead make it bundle dc.js directly. This fixes problems where Browserify is unable to find jsdom because it is not listed in the dependencies (and is not required on browser anyway). Resolves #1005.
- Loading branch information