zont / gulp-bower

MIT License
82 stars 22 forks source link

gulp-bower requires bower@'latest' but will load bower which is version 1.3.12 #20

Closed sashasochka closed 9 years ago

sashasochka commented 9 years ago

Hi, I think it's wrong to use "latest" as version spec in your package json. Because of that I get the following warning if I use your package: npm WARN unmet dependency /home/oleksandr/Projects/wdc/src/main/webapp/node_modules/gulp-bower requires bower@'latest' but will load npm WARN unmet dependency /home/oleksandr/Projects/wdc/src/main/webapp/node_modules/bower, npm WARN unmet dependency which is version 1.3.12

Even though bower 1.3.12 is the latest bower version. I think you should use 'bower': '*' in package.json

zont commented 9 years ago

Fixed in #25