wardbell / bardjs

Spec helpers for testing angular v.1.x apps with Mocha, Jasmine and QUnit
MIT License
178 stars 34 forks source link

NPM post install invokes bower, but bower is not on the package #11

Closed voor closed 9 years ago

voor commented 9 years ago

Hi, I'm utilizing badjs through webpack, so I install through npm. After installing bardjs it tries to call "bower install" but I don't have bower installed, so it throws an error.

ValentinH commented 9 years ago

Yeap same error here. Then I also have the problem described here: https://github.com/slushjs/slush-angular/issues/14

wardbell commented 9 years ago

Suggestion?

johnpapa commented 9 years ago

install bower :)

johnpapa commented 9 years ago

we can remove the bower install script from package.json ... its not super important. thoughts ward?

wardbell commented 9 years ago

I'm ok with that. Whichever of us gets to it first 😃

wardbell commented 9 years ago

Done in 0.1.6