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.multiply",
"version": "4.7.0",
"version": "4.8.0",
"description": "The lodash method `_.multiply` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -13,5 +13,9 @@
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
"dependencies": {
"lodash._basetonumber": "~4.12.0",
"lodash._basetostring": "~4.12.0"
}
}