cozy / cozy-browser-sdk

Cozy Data System client for the browser
http://dev.cozy.io
MIT License
7 stars 12 forks source link

fix package.json #11

Closed m4dz closed 8 years ago

m4dz commented 8 years ago

This PR fix the path in package.json main entry. It also excludes the temporary lib folder generated at compilation.

frankrousseau commented 8 years ago

Not sure about what is the common practice. Putting the result in lib folder or dist folder.

m4dz commented 8 years ago

Common libs like Bootstrap or jQuery exports the compiled lib to a dist folder. The lib seems to be to embbed external libs or small chunks related to the project, but not for the output result.

frankrousseau commented 8 years ago

ok

frankrousseau commented 8 years ago

published as 0.0.4

aenario commented 8 years ago

Mmmh, the dist files were browserified to be included through <script> whereas the lib file were require-able node modules.

I think the package.json#main should point to lib