bower-latest
v1.1.4
Published
Quickly find the latest version of a package in bower.
Downloads
4
Readme
bower-latest
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.