thlorenz / browserify-shim

📩 Makes CommonJS incompatible files browserifyable.
MIT License
934 stars 87 forks source link

dependency-with-global example does not build #206

Open chrylis opened 8 years ago

chrylis commented 8 years ago

The README and require for the dependency-with-global example reference a library called my-3d-library, which does not exist anywhere that I could find (not in this repository, not an actual NPM package), causing build.js to fail. It appears that perhaps the library was .gitignored out of the checkin.