mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Bump to v4.4.2.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# lodash._baseintersection v4.4.1
|
||||
# lodash._baseintersection v4.4.2
|
||||
|
||||
The internal [lodash](https://lodash.com/) function `baseIntersection` exported as a [Node.js](https://nodejs.org/) module.
|
||||
|
||||
@@ -15,4 +15,4 @@ In Node.js:
|
||||
var baseIntersection = require('lodash._baseintersection');
|
||||
```
|
||||
|
||||
See the [package source](https://github.com/lodash/lodash/blob/4.4.1-npm-packages/lodash._baseintersection) for more details.
|
||||
See the [package source](https://github.com/lodash/lodash/blob/4.4.2-npm-packages/lodash._baseintersection) for more details.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* lodash 4.4.1 (Custom Build) <https://lodash.com/>
|
||||
* lodash 4.4.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>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lodash._baseintersection",
|
||||
"version": "4.4.1",
|
||||
"version": "4.4.2",
|
||||
"description": "The internal lodash function `baseIntersection` exported as a module.",
|
||||
"homepage": "https://lodash.com/",
|
||||
"icon": "https://lodash.com/icon.svg",
|
||||
@@ -14,6 +14,6 @@
|
||||
"repository": "lodash/lodash",
|
||||
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
|
||||
"dependencies": {
|
||||
"lodash._setcache": "^4.0.0"
|
||||
"lodash._setcache": "~4.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user