Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is my backbone version?

I couldn't find it on here or looking through google. I might be doing my search wrong, but can anyone tell me how to find out the version of backbone I'm using.

I tried backbone --version, but that doesn't seem to work

I'm also using browserify, if that makes a difference


Thanks to Yang Li,

In gitbash the 'bower info backbone' worked perfectly.. thanks – mc805

like image 770
mc805 Avatar asked Aug 31 '25 18:08

mc805


1 Answers

in your website, you should be able to type

Backbone.VERSION

in your console and it will tell you

like image 103
yangli-io Avatar answered Sep 02 '25 07:09

yangli-io