leonidas / transparency

Transparency is a semantic template engine for the browser. It maps JSON objects to DOM elements by id, class and data-bind attributes.
http://leonidas.github.com/transparency/
MIT License
969 stars 112 forks source link

Don't define `dist/transparency.js` as main #139

Closed bryanjswift closed 9 years ago

bryanjswift commented 9 years ago

Addresses #138

rikukissa commented 9 years ago

Thanks for the pull request! Everything seems to be working fine now with browserify. I can't really remember why I initially added the main field, but I'm guessing it had something to do with how browserify worked back then.