yeoman / generator-webapp

A gulp.js generator for modern webapps
3.77k stars 708 forks source link

Unexpected token in package.json during install #755

Closed richhauck closed 5 years ago

richhauck commented 5 years ago

When including only Sass, then "Yes" to jQuery a stray comma is inserted before jQuery in the dependencies in package.json. I've found that including Bootstrap resolves this.

screenshot
silvenon commented 5 years ago

Thanks, fixed in latest release.