Bump to v4.5.0.

This commit is contained in:
John-David Dalton
2016-05-12 00:14:46 -07:00
parent b99b7d4238
commit 0ceb6d1dad
287 changed files with 94758 additions and 3678 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.dropwhile",
"version": "4.4.0",
"version": "4.5.0",
"description": "The lodash method `_.dropWhile` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -13,9 +13,5 @@
"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.\"" },
"dependencies": {
"lodash._baseiteratee": "~4.7.0",
"lodash._baseslice": "~4.0.0"
}
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
}