core-js-builder 3.19.1 → 3.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
1
3
|
For some cases could be useful to exclude some `core-js` features or generate a polyfill for target engines. This API helps conditionally include or exclude certain parts of [`core-js`](https://github.com/zloirock/core-js), build for targets [specified in `core-js-compat` format](https://github.com/zloirock/core-js/tree/master/packages/core-js-compat#targets-option).
|
|
2
4
|
|
|
3
5
|
```js
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-builder",
|
|
3
3
|
"description": "core-js builder",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.20.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/zloirock/core-js.git",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
},
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"core-js": "3.
|
|
13
|
-
"core-js-compat": "3.
|
|
12
|
+
"core-js": "3.20.1",
|
|
13
|
+
"core-js-compat": "3.20.1",
|
|
14
14
|
"mkdirp": ">=0.5.5 <1",
|
|
15
15
|
"webpack": ">=4.46.0 <5"
|
|
16
16
|
},
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"url": "https://opencollective.com/core-js"
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "8f22e986132c93458b778e656fb501dd6c86764e"
|
|
26
26
|
}
|