Bump to v4.12.0.

This commit is contained in:
John-David Dalton
2016-08-13 09:59:26 -07:00
parent e7af275fde
commit b431c59980
17 changed files with 876 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
# lodash._basesorteduniq v4.12.0
The internal [lodash](https://lodash.com/) function `baseSortedUniq` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash._basesorteduniq
```
In Node.js:
```js
var baseSortedUniq = require('lodash._basesorteduniq');
```
See the [package source](https://github.com/lodash/lodash/blob/4.12.0-npm-packages/lodash._basesorteduniq) for more details.