Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2016-01-21 02:29:30 +0300
committerRebecca Turner <me@re-becca.org>2016-01-21 04:31:27 +0300
commitb7486c550f3391f733d1e1907652be95fddf4368 (patch)
tree747d20ebd73dd0ce2844fbdd2833629ee6cd3fc4 /node_modules/lodash.union/README.md
parent54bb5911e18f8fb86eb94159f34b13f0c0aa2e30 (diff)
lodash.union@4.0.1
Credit: @jdalton
Diffstat (limited to 'node_modules/lodash.union/README.md')
-rw-r--r--node_modules/lodash.union/README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/node_modules/lodash.union/README.md b/node_modules/lodash.union/README.md
index 62f67e410..71d34e172 100644
--- a/node_modules/lodash.union/README.md
+++ b/node_modules/lodash.union/README.md
@@ -1,20 +1,18 @@
-# lodash.union v3.1.0
+# lodash.union v4.0.1
-The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.union` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.
+The [lodash](https://lodash.com/) method `_.union` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
-
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.union
```
-In Node.js/io.js:
-
+In Node.js:
```js
var union = require('lodash.union');
```
-See the [documentation](https://lodash.com/docs#union) or [package source](https://github.com/lodash/lodash/blob/3.1.0-npm-packages/lodash.union) for more details.
+See the [documentation](https://lodash.com/docs#union) or [package source](https://github.com/lodash/lodash/blob/4.0.1-npm-packages/lodash.union) for more details.