Bump to v4.6.1.

This commit is contained in:
John-David Dalton
2016-03-29 20:46:55 -07:00
parent 5c7ff7a9f3
commit 04fccaecde
84 changed files with 1764 additions and 3353 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.pullallwith",
"version": "4.6.0",
"version": "4.6.1",
"description": "The lodash method `_.pullAllWith` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -15,6 +15,6 @@
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
"dependencies": {
"lodash._basepullall": "^4.0.0"
"lodash._basepullall": "~4.6.0"
}
}