Bump to v4.7.0.

This commit is contained in:
John-David Dalton
2016-05-12 00:18:48 -07:00
parent b59e006377
commit 1d324e473f
93 changed files with 7918 additions and 2175 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.update",
"version": "4.6.1",
"version": "4.7.0",
"description": "The lodash method `_.update` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -15,7 +15,7 @@
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
"dependencies": {
"lodash._baseset": "~4.1.0",
"lodash.tostring": "^4.0.0"
"lodash._baseset": "~4.2.0",
"lodash._stringtopath": "~4.7.0"
}
}