yeoman / generator-karma

Yeoman generator for Karma
http://yeoman.io
BSD 2-Clause "Simplified" License
172 stars 48 forks source link

How to tell ( or upgrade ) jasmine? #42

Closed dehru closed 10 years ago

dehru commented 10 years ago

Hello. I have this in my karma.conf.js.

frameworks: ['jasmine'],

How can I tell which version jasmine is running based on the package manager config file like npm or bower. I was able to run jasmine.version_ in the console and found my version, but looking for a better way.

Thanks

DaftMonk commented 10 years ago

Not sure, but I think it only gets updated when karma-jasmine gets updated.