newaeonweb / generator-angm

AngularJS Yeoman Generator to help you getting started with a new project based on AngularJS and Angular Material to build large scale applications.
72 stars 24 forks source link

Mssing comma in bower.json #5

Closed homj closed 8 years ago

homj commented 8 years ago

There's a comma missing in https://github.com/newaeonweb/generator-angm/blob/master/app/templates/_bower.json at line 25 which causes this error when setting up a new project with Angular UI Bootstrap and Angular Material selected as UI Frameworks:

bower EMALFORMED    Failed to read C:\Users\Johannes\workspace\TestApp\bower.json

Additional error details:
Unexpected string
newaeonweb commented 8 years ago

@homj ; please update to version 1.0.5.

homj commented 8 years ago

@newaeonweb I'm using 1.0.6, issue is still there