@@ -8,16 +8,16 @@ let [ a , b ] = add( 1 , 10 , 1 , 5 ) ;
8
8
a / b === 3 / 10 ; // true
9
9
```
10
10
11
- [ ![ NPM license] ( http ://img.shields.io/npm/l/@aureooms/js-rational.svg?style=flat)] ( https://raw.githubusercontent.com/aureooms/js-rational/master/LICENSE )
12
- [ ![ NPM version] ( http ://img.shields.io/npm/v/@aureooms/js-rational.svg?style=flat)] ( https://www.npmjs.org/package/@aureooms/js-rational )
13
- [ ![ Bower version] ( http ://img.shields.io/bower/v/@aureooms/js-rational.svg?style=flat)] ( http://bower.io/search/?q=@aureooms/js-rational )
14
- [ ![ Build Status] ( http ://img.shields.io/travis/aureooms/js-rational.svg?style=flat)] ( https://travis-ci.org/aureooms/js-rational )
15
- [ ![ Coverage Status] ( http ://img.shields.io/coveralls/aureooms/js-rational.svg?style=flat)] ( https://coveralls.io/r/aureooms/js-rational )
16
- [ ![ Dependencies Status] ( http ://img.shields.io/david/aureooms/js-rational.svg?style=flat)] ( https://david-dm.org/aureooms/js-rational#info=dependencies )
17
- [ ![ devDependencies Status] ( http ://img.shields.io/david/dev/aureooms/js-rational.svg?style=flat)] ( https://david-dm.org/aureooms/js-rational#info=devDependencies )
18
- [ ![ Code Climate] ( http ://img.shields.io/codeclimate/github/aureooms/js-rational.svg?style=flat)] ( https://codeclimate.com/github/aureooms/js-rational )
19
- [ ![ NPM downloads per month] ( http ://img.shields.io/npm/dm/@aureooms/js-rational.svg?style=flat)] ( https://www.npmjs.org/package/@aureooms/js-rational )
20
- [ ![ GitHub issues] ( http ://img.shields.io/github/issues/aureooms/js-rational.svg?style=flat)] ( https://github.com/aureooms/js-rational/issues )
11
+ [ ![ NPM license] ( https ://img.shields.io/npm/l/@aureooms/js-rational.svg?style=flat)] ( https://raw.githubusercontent.com/aureooms/js-rational/master/LICENSE )
12
+ [ ![ NPM version] ( https ://img.shields.io/npm/v/@aureooms/js-rational.svg?style=flat)] ( https://www.npmjs.org/package/@aureooms/js-rational )
13
+ [ ![ Bower version] ( https ://img.shields.io/bower/v/@aureooms/js-rational.svg?style=flat)] ( http://bower.io/search/?q=@aureooms/js-rational )
14
+ [ ![ Build Status] ( https ://img.shields.io/travis/aureooms/js-rational.svg?style=flat)] ( https://travis-ci.org/aureooms/js-rational )
15
+ [ ![ Coverage Status] ( https ://img.shields.io/coveralls/aureooms/js-rational.svg?style=flat)] ( https://coveralls.io/r/aureooms/js-rational )
16
+ [ ![ Dependencies Status] ( https ://img.shields.io/david/aureooms/js-rational.svg?style=flat)] ( https://david-dm.org/aureooms/js-rational#info=dependencies )
17
+ [ ![ devDependencies Status] ( https ://img.shields.io/david/dev/aureooms/js-rational.svg?style=flat)] ( https://david-dm.org/aureooms/js-rational#info=devDependencies )
18
+ [ ![ Code Climate] ( https ://img.shields.io/codeclimate/github/aureooms/js-rational.svg?style=flat)] ( https://codeclimate.com/github/aureooms/js-rational )
19
+ [ ![ NPM downloads per month] ( https ://img.shields.io/npm/dm/@aureooms/js-rational.svg?style=flat)] ( https://www.npmjs.org/package/@aureooms/js-rational )
20
+ [ ![ GitHub issues] ( https ://img.shields.io/github/issues/aureooms/js-rational.svg?style=flat)] ( https://github.com/aureooms/js-rational/issues )
21
21
[ ![ Inline docs] ( http://inch-ci.org/github/aureooms/js-rational.svg?branch=master&style=shields )] ( http://inch-ci.org/github/aureooms/js-rational )
22
22
23
23
Can be managed through [ jspm] ( https://github.com/jspm/jspm-cli ) ,
0 commit comments