Bump to v3.5.0.

This commit is contained in:
John-David Dalton
2016-04-20 22:58:17 -07:00
parent 5afdc7b263
commit a9ec8d953c
23 changed files with 312 additions and 253 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.sum",
"version": "3.4.0",
"version": "3.5.0",
"description": "The modern build of lodashs `_.sum` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -17,6 +17,9 @@
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
"dependencies": {
"lodash._basecallback": "^3.0.0",
"lodash._baseeach": "^3.0.0",
"lodash._isiterateecall": "^3.0.0",
"lodash._toiterable": "^3.0.0",
"lodash.isarray": "^3.0.0"
}