lodash
4.17.204.17.21
README.mdREADME.md+2−2
Index: package/README.md
===================================================================
--- package/README.md
+++ package/README.md
@@ -1,5 +1,5 @@
-# lodash v4.17.20
+# lodash v4.17.21
The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules.
## Installation
@@ -27,9 +27,9 @@
var at = require('lodash/at');
var curryN = require('lodash/fp/curryN');
```
-See the [package source](https://github.com/lodash/lodash/tree/4.17.20-npm) for more details.
+See the [package source](https://github.com/lodash/lodash/tree/4.17.21-npm) for more details.
**Note:**<br>
Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL.