Bump to v4.4.2.

This commit is contained in:
John-David Dalton
2016-03-29 20:44:00 -07:00
parent 7059f72e9c
commit 4f4fe7ec6f
35 changed files with 406 additions and 216 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash._baseintersection",
"version": "4.4.1",
"version": "4.4.2",
"description": "The internal lodash function `baseIntersection` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -14,6 +14,6 @@
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
"dependencies": {
"lodash._setcache": "^4.0.0"
"lodash._setcache": "~4.1.0"
}
}