bower install not correct, yet
DracoBlue opened this issue · 3 comments
DracoBlue commented
The repository was moved and is at https://github.com/DracoBlue/jsb now.
So far bower does not know the new place, yet. As soon as the new place is available in bower, I can make a 2.0 release.
DracoBlue commented
see bower/bower#120 (comment) for info
DracoBlue commented
Installation seems to work, even with the wrong repository in bower's configuration:
$ bower info -V jsb#2.0.0
bower jsb#2.0.0 cached git://github.com/DracoBlue/js-behaviour.git#2.0.0
bower jsb#2.0.0 validate 2.0.0 against git://github.com/DracoBlue/js-behaviour.git#2.0.0
{
name: 'jsb',
homepage: 'https://github.com/DracoBlue/jsb',
authors: [
'DracoBlue <JanS@DracoBlue.de>'
],
description: 'A very extendable Toolkit to inject Javascript Behaviour into rendered HTML without Inline Javascript.',
main: 'jsb.js',
keywords: [
'ajax',
'data-binding',
'domready',
'dynamic'
],
license: 'MIT',
ignore: [
'**/.*',
'node_modules',
'bower_components',
'tests',
'examples'
],
version: '2.0.0'
}
DracoBlue commented
The package is now properly registered at bower.