diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-24 21:21:29 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-24 21:21:29 +0100 |
commit | 4e5ec5f33011bc8ea1af339fd6d7d6fba6fcd057 (patch) | |
tree | ae060bc09544df8adc7be2850606a1a00ad1ff63 /package.json | |
parent | f55ea8af221f4f02b258b0406615dc84b945d4a6 (diff) | |
download | svg.js-4e5ec5f33011bc8ea1af339fd6d7d6fba6fcd057.tar.gz svg.js-4e5ec5f33011bc8ea1af339fd6d7d6fba6fcd057.zip |
add polyfill for CustomEvent
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 379c1e4..7030407 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ "@babel/plugin-transform-runtime": "^7.1.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.1.0", + "@target/custom-event-polyfill": "github:Adobe-Marketing-Cloud/custom-event-polyfill", "babel-eslint": "^10.0.1", "core-js": "^2.5.7", "coveralls": "^3.0.2", |