Bump to v4.1.2.

This commit is contained in:
John-David Dalton
2016-02-16 00:51:03 -08:00
parent afaae9f972
commit a862defba0
135 changed files with 2400 additions and 854 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.difference",
"version": "4.1.1",
"version": "4.1.2",
"description": "The lodash method `_.difference` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -15,8 +15,8 @@
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
"dependencies": {
"lodash._basedifference": "^4.0.0",
"lodash._baseflatten": "^4.0.0",
"lodash._basedifference": "~4.4.0",
"lodash._baseflatten": "~4.1.0",
"lodash.rest": "^4.0.0"
}
}