Bump to v3.10.0.

This commit is contained in:
John-David Dalton
2016-08-12 13:47:12 -07:00
parent 2f86e0700d
commit aeaf01ac0a
21 changed files with 619 additions and 1 deletions

20
lodash.round/README.md Normal file
View File

@@ -0,0 +1,20 @@
# lodash.round v3.10.0
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodashs](https://lodash.com/) `_.round` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.round
```
In Node.js/io.js:
```js
var round = require('lodash.round');
```
See the [documentation](https://lodash.com/docs#round) or [package source](https://github.com/lodash/lodash/blob/3.10.0-npm-packages/lodash.round) for more details.