lodash

4.17.234.18.1
package.json
~package.jsonModified
+4−2
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "lodash",
-  "version": "4.17.23",
+  "version": "4.18.1",
   "description": "Lodash modular utilities.",
   "keywords": "modules, stdlib, util",
   "homepage": "https://lodash.com/",
   "repository": "lodash/lodash",
@@ -12,6 +12,8 @@
   "contributors": [
     "John-David Dalton <[email protected]>",
     "Mathias Bynens <[email protected]>"
   ],
-  "scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" }
+  "scripts": {
+    "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
+  }
 }