1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Trying to include needed polyfills into the build

This commit is contained in:
Denis Demchenko
2018-07-08 14:40:48 +03:00
parent b75dff2b57
commit c5f749c3d4
4 changed files with 16 additions and 7 deletions

10
package-lock.json generated
View File

@@ -7578,7 +7578,7 @@
"dev": true,
"requires": {
"babel-runtime": "6.26.0",
"core-js": "2.5.3",
"core-js": "2.5.7",
"regenerator-runtime": "0.10.5"
},
"dependencies": {
@@ -7588,7 +7588,7 @@
"integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
"dev": true,
"requires": {
"core-js": "2.5.3",
"core-js": "2.5.7",
"regenerator-runtime": "0.11.1"
},
"dependencies": {
@@ -7601,9 +7601,9 @@
}
},
"core-js": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.3.tgz",
"integrity": "sha1-isw4NFgk8W2DZbfJtCWRaOjtYD4=",
"version": "2.5.7",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz",
"integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==",
"dev": true
},
"regenerator-runtime": {