faulknercs / Knockstrap

Knockout bindings to twitter bootstrap 3
faulknercs.github.io/Knockstrap/
MIT License
142 stars 37 forks source link

knockout.js dependency #25

Closed gaea44 closed 9 years ago

gaea44 commented 9 years ago

Hi,

I already use knockout on my project ("knockout": "~3.3.0" on my bower.json), But when i install knockstrap via bower, it add me the dependency "knockout.js": "~3.1.0".

How can i get rid of this dependency and use the "knockout" dependency already defined?

Thanks.

faulknercs commented 9 years ago

Hello,

I missed, when knockout has got official bower package, so I'll change dependency to 'knockout' package in next version.

Until this, you could use something like this http://stackoverflow.com/a/23289270

spcurry commented 9 years ago

Just curious when the next version is expected? :)

faulknercs commented 9 years ago

I hope, it will be available by the end of summer/beginning of autumn :) I have had a lot of unpredictable issues irl, so I didn't have enough time for my projects.

faulknercs commented 9 years ago

New version is released.

spcurry commented 8 years ago

Thanks!