Closed tomdrewes closed 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
Tested and looks good. Thanks for the quick response!
released
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!