Bump to v4.9.0.

This commit is contained in:
John-David Dalton
2016-05-12 00:41:46 -07:00
parent dc5c8eda06
commit 265d0f01e3
20 changed files with 7344 additions and 79 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.updatewith",
"version": "4.8.0",
"version": "4.9.0",
"description": "The lodash method `_.updateWith` 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.2.0",
"lodash._baseset": "~4.3.0",
"lodash._stringtopath": "~4.8.0"
}
}