DracoBlue / jsb

A very extendable Toolkit to inject Javascript Behaviour into rendered HTML without Inline Javascript. (jsb was formerly known as JsBehaviourToolkit)
http://dracoblue.net
Other
52 stars 8 forks source link

bower install not correct, yet #21

Closed DracoBlue closed 10 years ago

DracoBlue commented 10 years ago

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 10 years ago

see https://github.com/bower/bower/issues/120#issuecomment-39675827 for info

DracoBlue commented 10 years ago

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 10 years ago

The package is now properly registered at bower.