sovanna / angular-material-sidenav

Simple component that reproduce the Angular Material Style SideNav Menu from their own website
http://sovanna.github.io/angular-material-sidenav/
109 stars 55 forks source link

'main' section in package.json #23

Closed matt328 closed 8 years ago

matt328 commented 8 years ago

I'm not sure the 'main' section in your package.json is necessary when packaging angular modules. When installing it via npm, being an array instead of a single value causes an error and the installation fails.

RenanGaleno commented 8 years ago

I sent a PR fixing this