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 <turner@mikomi.org>2015-01-26 00:26:53 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:26:40 +0300
commit401540b4190a5ade00b4d6e55448bc1ad407a2be (patch)
tree7cd330f7935f074662ae9ea988549512dc50261a /node_modules/lodash.union/README.md
parent7d0078eb081441c72153bf346aa00b437f2ecc0f (diff)
lodash.union@3.1.0
Diffstat (limited to 'node_modules/lodash.union/README.md')
-rw-r--r--node_modules/lodash.union/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/node_modules/lodash.union/README.md b/node_modules/lodash.union/README.md
new file mode 100644
index 000000000..62f67e410
--- /dev/null
+++ b/node_modules/lodash.union/README.md
@@ -0,0 +1,20 @@
+# lodash.union v3.1.0
+
+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.
+
+## Installation
+
+Using npm:
+
+```bash
+$ {sudo -H} npm i -g npm
+$ npm i --save lodash.union
+```
+
+In Node.js/io.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.