Add Object.assign polyfill (#1692)

This commit is contained in:
RainLoop Team 2018-05-16 17:31:45 +03:00
parent 841c4d59e3
commit 367748d39e
3 changed files with 8 additions and 1 deletions

View file

@ -2052,6 +2052,10 @@ error-ex@^1.2.0:
dependencies:
is-arrayish "^0.2.1"
es6-object-assign@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c"
es6-promise-polyfill@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/es6-promise-polyfill/-/es6-promise-polyfill-1.2.0.tgz#f38925f23cb3e3e8ce6cda8ff774fcebbb090cde"