Bump to v4.2.2.

This commit is contained in:
John-David Dalton
2016-03-01 21:03:22 -08:00
parent 3b6af7b0a3
commit 40541dd870
77 changed files with 253 additions and 621 deletions

View File

@@ -1,4 +1,4 @@
# lodash.invokemap v4.2.1
# lodash.invokemap v4.2.2
The [lodash](https://lodash.com/) method `_.invokeMap` exported as a [Node.js](https://nodejs.org/) module.
@@ -15,4 +15,4 @@ In Node.js:
var invokeMap = require('lodash.invokemap');
```
See the [documentation](https://lodash.com/docs#invokeMap) or [package source](https://github.com/lodash/lodash/blob/4.2.1-npm-packages/lodash.invokemap) for more details.
See the [documentation](https://lodash.com/docs#invokeMap) or [package source](https://github.com/lodash/lodash/blob/4.2.2-npm-packages/lodash.invokemap) for more details.

View File

@@ -1,5 +1,5 @@
/**
* lodash 4.2.1 (Custom Build) <https://lodash.com/>
* lodash 4.2.2 (Custom Build) <https://lodash.com/>
* Build: `lodash modularize exports="npm" -o ./`
* Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>

View File

@@ -1,6 +1,6 @@
{
"name": "lodash.invokemap",
"version": "4.2.1",
"version": "4.2.2",
"description": "The lodash method `_.invokeMap` 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._baseeach": "^4.0.0",
"lodash._baseslice": "^4.0.0",
"lodash._baseeach": "~4.1.0",
"lodash._baseslice": "~4.0.0",
"lodash.rest": "^4.0.0",
"lodash.tostring": "^4.0.0"
}