mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Update to version info to 2.5.0-pre.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Lo-Dash v2.4.1
|
# Lo-Dash v2.5.0-pre
|
||||||
A utility library delivering consistency, [customization](http://lodash.com/custom-builds), [performance](http://lodash.com/benchmarks), & [extras](http://lodash.com/#features).
|
A utility library delivering consistency, [customization](http://lodash.com/custom-builds), [performance](http://lodash.com/benchmarks), & [extras](http://lodash.com/#features).
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lodash",
|
"name": "lodash",
|
||||||
"version": "2.4.1",
|
"version": "2.5.0-pre",
|
||||||
"main": "dist/lodash.compat.js",
|
"main": "dist/lodash.compat.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
".*",
|
".*",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lodash",
|
"name": "lodash",
|
||||||
"repo": "lodash/lodash",
|
"repo": "lodash/lodash",
|
||||||
"version": "2.4.1",
|
"version": "2.5.0-pre",
|
||||||
"description": "A utility library delivering consistency, customization, performance, & extras.",
|
"description": "A utility library delivering consistency, customization, performance, & extras.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/lodash.compat.js",
|
"main": "dist/lodash.compat.js",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# <a href="http://lodash.com/">Lo-Dash</a> <span>v2.4.1</span>
|
# <a href="http://lodash.com/">Lo-Dash</a> <span>v2.5.0-pre</span>
|
||||||
|
|
||||||
<!-- div -->
|
<!-- div -->
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Lo-Dash 2.4.1 <http://lodash.com/>
|
* Lo-Dash 2.5.0-pre <http://lodash.com/>
|
||||||
* Copyright 2012-2014 The Dojo Foundation <http://dojofoundation.org/>
|
* Copyright 2012-2014 The Dojo Foundation <http://dojofoundation.org/>
|
||||||
* Based on Underscore.js 1.6.0 <http://underscorejs.org/LICENSE>
|
* Based on Underscore.js 1.6.0 <http://underscorejs.org/LICENSE>
|
||||||
* Copyright 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
* Copyright 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
PARTIAL_RIGHT_FLAG = 32;
|
PARTIAL_RIGHT_FLAG = 32;
|
||||||
|
|
||||||
/** Used as the semantic version number */
|
/** Used as the semantic version number */
|
||||||
var version = '2.4.1';
|
var version = '2.5.0-pre';
|
||||||
|
|
||||||
/** Used as the property name for wrapper metadata */
|
/** Used as the property name for wrapper metadata */
|
||||||
var expando = '__lodash@' + version + '__';
|
var expando = '__lodash@' + version + '__';
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lodash",
|
"name": "lodash",
|
||||||
"version": "2.4.1",
|
"version": "2.5.0-pre",
|
||||||
"description": "A utility library delivering consistency, customization, performance, & extras.",
|
"description": "A utility library delivering consistency, customization, performance, & extras.",
|
||||||
"homepage": "http://lodash.com/",
|
"homepage": "http://lodash.com/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user