Bump to v3.1.3.

This commit is contained in:
jdalton
2015-03-25 00:47:27 -07:00
committed by John-David Dalton
parent 5ce4a06dfe
commit f9b785686a
40 changed files with 307 additions and 166 deletions

View File

@@ -1,4 +1,4 @@
# lodash.range v3.1.2
# lodash.range v3.1.3
The [lodash](https://lodash.com/) method `_.range` exported as a [Node.js](https://nodejs.org/) module.
@@ -15,4 +15,4 @@ In Node.js:
var range = require('lodash.range');
```
See the [documentation](https://lodash.com/docs#range) or [package source](https://github.com/lodash/lodash/blob/3.1.2-npm-packages/lodash.range) for more details.
See the [documentation](https://lodash.com/docs#range) or [package source](https://github.com/lodash/lodash/blob/3.1.3-npm-packages/lodash.range) for more details.