10000 Rebuild lodash and docs. · frontman-git/lodash@357e899 · GitHub
[go: up one dir, main page]

Skip to content

Commit 357e899

Browse files
committed
Rebuild lodash and docs.
1 parent fd9a062 commit 357e899

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

dist/lodash.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
var undefined;
1414

1515
/** Used as the semantic version number. */
16-
var VERSION = '4.17.12';
16+
var VERSION = '4.17.13';
1717

1818
/** Error message constants. */
1919
var FUNC_ERROR_TEXT = 'Expected a function';

dist/lodash.core.min.js

Lines changed: 1 addition & 1 deletion
< 10000 /div>
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lodash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
var undefined;
1313

1414
/** Used as the semantic version number. */
15-
var VERSION = '4.17.12';
15+
var VERSION = '4.17.13';
1616

1717
/** Used as the size to enable large array optimizations. */
1818
var LARGE_ARRAY_SIZE = 200;

dist/lodash.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lodash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
var undefined;
1313

1414
/** Used as the semantic version number. */
15-
var VERSION = '4.17.12';
15+
var VERSION = '4.17.13';
1616

1717
/** Used as the size to enable large array optimizations. */
1818
var LARGE_ARRAY_SIZE = 200;

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lodash",
3-
"version": "4.17.12",
3+
"version": "4.17.13",
44
"license": "MIT",
55
"private": true,
66
"main": "lodash.js",
@@ -45,7 +45,7 @@
4545
"istanbul": "0.4.5",
4646
"jquery": "^3.4.1",
4747
"jscs": "^3.0.7",
48-
"lodash": "4.17.11",
48+
"lodash": "4.17.12",
4949
"lodash-doc-globals": "^0.1.1",
5050
"markdown-doctest": "^0.9.1",
5151
"optional-dev-dependency": "^2.0.0",

0 commit comments

Comments
 (0)
0