B-3PO / angular-material-expansion-panel

Material Design Expansion Panels for Angular Material
MIT License
71 stars 25 forks source link

Missing "main" property in package.json #16

Closed tomdrewes closed 8 years ago

tomdrewes commented 8 years ago

Really looking forward to trying this out in a project! However, we're using browserify, and the package.json file seems to be missing a "main" property. Adding something like this should take care of the issue with browserify:

"main": "dist/md-expansion-panel.js"

https://docs.npmjs.com/files/package.json#main

Thanks for creating this component!

B-3PO commented 8 years ago

If you confirm this fix for me that would be great. Install the Features/Issues/#16 branch and let me know if that fixes, then i will release a new version

tomdrewes commented 8 years ago

Tested and looks good. Thanks for the quick response!

B-3PO commented 8 years ago

released