Bump to v4.2.2.

This commit is contained in:
John-David Dalton
2016-03-01 21:03:22 -08:00
parent 3b6af7b0a3
commit 40541dd870
77 changed files with 253 additions and 621 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.toarray",
"version": "4.2.1",
"version": "4.2.2",
"description": "The lodash method `_.toArray` 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._root": "^3.0.0",
"lodash._root": "~3.0.0",
"lodash.keys": "^4.0.0"
}
}