Bump to v3.2.0.

This commit is contained in:
John-David Dalton
2016-07-29 08:55:51 -07:00
parent 005ee66119
commit 0847978784
157 changed files with 2074 additions and 1403 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.intersection",
"version": "3.1.0",
"version": "3.2.0",
"description": "The modern build of lodashs `_.intersection` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -19,6 +19,7 @@
"dependencies": {
"lodash._baseindexof": "^3.0.0",
"lodash._cacheindexof": "^3.0.0",
"lodash._createcache": "^3.0.0"
"lodash._createcache": "^3.0.0",
"lodash.restparam": "^3.0.0"
}
}