Bump to v4.17.5.

This commit is contained in:
John-David Dalton
2018-02-02 21:38:59 -08:00
parent 860d1f9484
commit 0e314104d6
25 changed files with 461 additions and 401 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash",
"version": "4.17.4",
"version": "4.17.5",
"description": "Lodash modular utilities.",
"keywords": "modules, stdlib, util",
"homepage": "https://lodash.com/",
@@ -13,5 +13,5 @@
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
"scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" }
}