Bump to v3.5.2.

This commit is contained in:
jdalton
2015-05-19 07:51:48 -07:00
committed by John-David Dalton
parent 9f7937cb84
commit e66c880919
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# lodash v3.5.1 # lodash v3.5.2
The [lodash](https://lodash.com/) library exported as [npm packages](https://www.npmjs.com/browse/keyword/lodash-modularized) per method. The [lodash](https://lodash.com/) library exported as [npm packages](https://www.npmjs.com/browse/keyword/lodash-modularized) per method.

View File

@@ -1,4 +1,4 @@
# lodash._basesortbyorder v3.5.1 # lodash._basesortbyorder v3.5.2
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodashs](https://lodash.com/) internal `baseSortByOrder` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module. The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodashs](https://lodash.com/) internal `baseSortByOrder` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.
@@ -17,4 +17,4 @@ In Node.js/io.js:
var baseSortByOrder = require('lodash._basesortbyorder'); var baseSortByOrder = require('lodash._basesortbyorder');
``` ```
See the [package source](https://github.com/lodash/lodash/blob/3.5.1-npm-packages/lodash._basesortbyorder) for more details. See the [package source](https://github.com/lodash/lodash/blob/3.5.2-npm-packages/lodash._basesortbyorder) for more details.

View File

@@ -1,5 +1,5 @@
/** /**
* lodash 3.5.1 (Custom Build) <https://lodash.com/> * lodash 3.5.2 (Custom Build) <https://lodash.com/>
* Build: `lodash modern modularize exports="npm" -o ./` * Build: `lodash modern modularize exports="npm" -o ./`
* Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/> * Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE> * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
@@ -56,7 +56,7 @@ function compareMultiple(object, other, orders) {
* Used as the [maximum length](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.max_safe_integer) * Used as the [maximum length](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.max_safe_integer)
* of an array-like value. * of an array-like value.
*/ */
var MAX_SAFE_INTEGER = Math.pow(2, 53) - 1; var MAX_SAFE_INTEGER = 9007199254740991;
/** /**
* The base implementation of `_.map` without support for callback shorthands * The base implementation of `_.map` without support for callback shorthands

View File

@@ -1,6 +1,6 @@
{ {
"name": "lodash._basesortbyorder", "name": "lodash._basesortbyorder",
"version": "3.5.1", "version": "3.5.2",
"description": "The modern build of lodashs internal `baseSortByOrder` as a module.", "description": "The modern build of lodashs internal `baseSortByOrder` as a module.",
"homepage": "https://lodash.com/", "homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg", "icon": "https://lodash.com/icon.svg",