Added core-js because an error message told me to

This commit is contained in:
Stefan Zermatten
2017-11-22 14:34:54 +02:00
parent 6207ffa516
commit 0636042878
2 changed files with 6 additions and 4 deletions

View File

@@ -75,7 +75,7 @@
"version": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.23.0.tgz",
"integrity": "sha1-CpSJ8UTecO+zzkMArM2zKeL8VDs=",
"requires": {
"core-js": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz",
"core-js": "2.5.1",
"regenerator-runtime": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz"
}
},
@@ -165,8 +165,9 @@
"integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
},
"core-js": {
"version": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz",
"integrity": "sha1-TekR5mew6ukSTjQlS1OupvxhjT4="
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.1.tgz",
"integrity": "sha1-rmh03GaTd4m4B1T/VCjfZoGcpQs="
},
"core-util-is": {
"version": "1.0.2",

View File

@@ -14,6 +14,7 @@
"@polymer/polymer": "^1.2.5-npm-test.2",
"babel-runtime": "^6.23.0",
"bcrypt": "^1.0.3",
"bower": "^1.7.9"
"bower": "^1.7.9",
"core-js": "^2.5.1"
}
}