Bump to v4.8.0.

This commit is contained in:
John-David Dalton
2016-04-08 00:00:14 -07:00
parent 3772ae8eab
commit 3dd9766d86
31 changed files with 471 additions and 501 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.flatmapdeep",
"version": "4.7.0",
"version": "4.8.0",
"description": "The lodash method `_.flatMapDeep` 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._baseflatten": "~4.1.0",
"lodash._baseflatten": "~4.2.0",
"lodash.map": "^4.0.0"
}
}