1.1.4 • Published 10 years ago

bower-latest v1.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

bower-latest

NPM version Build Status Dependency Status Coverage Status

Quickly find the latest version of a package in bower.

Install

$ npm install --save bower-latest

Usage

var bowerLatest = require('bower-latest');
bowerLatest('backbone', function(compontent){
  console.log(compontent.version);
});

API

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp.

Release History

(Nothing yet)

License

Copyright (c) 2014 Kentaro Wakayama. Licensed under the MIT license.

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.0.0

10 years ago