Bump to v3.10.1.

This commit is contained in:
John-David Dalton
2016-01-12 01:50:15 -08:00
parent aeaf01ac0a
commit 340a60d127
13 changed files with 832 additions and 79 deletions

View File

@@ -1,20 +1,18 @@
# lodash.round v3.10.0
# lodash.round v3.10.1
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.
The [lodash](https://lodash.com/) method `_.round` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.round
```
In Node.js/io.js:
In Node.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.
See the [documentation](https://lodash.com/docs#round) or [package source](https://github.com/lodash/lodash/blob/3.10.1-npm-packages/lodash.round) for more details.