8000 Bump to v4.17.14. · lodash/lodash@15421d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15421d1

Browse files
committed
Bump to v4.17.14.
1 parent 0786641 commit 15421d1

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# lodash-es v4.17.13
1+
# lodash-es v4.17.14
22

33
The [Lodash](https://lodash.com/) library exported as [ES](http://www.ecma-international.org/ecma-262/6.0/) modules.
44

@@ -7,4 +7,4 @@ Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):
77
$ lodash modularize exports=es -o ./
88
```
99

10-
See the [package source](https://github.com/lodash/lodash/tree/4.17.13-es) for more details.
10+
See the [package source](https://github.com/lodash/lodash/tree/4.17.14-es) for more details.

lodash.default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import toInteger from './toInteger.js';
4545
import lodash from './wrapperLodash.js';
4646

4747
/** Used as the semantic version number. */
48-
var VERSION = '4.17.13';
48+
var VERSION = '4.17.14';
4949

5050
/** Used to compose bitmasks for function metadata. */
5151
var WRAP_BIND_KEY_FLAG = 2;

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lodash-es",
3-
"version": "4.17.13",
3+
"version": "4.17.14",
44
"description": "Lodash exported as ES modules.",
55
"keywords": "es6, modules, stdlib, util",
66
"homepage": "https://lodash.com/custom-builds",
@@ -16,6 +16,5 @@
1616
"John-David Dalton <john.david.dalton@gmail.com>",
1717
"Mathias Bynens <mathias@qiwi.be>"
1818
],
19-
"type": "module",
2019
"scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" }
2120
}

0 commit comments

Comments
 (0)
0