diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-11-12 21:56:34 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2019-11-12 21:56:34 +0100 |
commit | 5c7701cc09f0efb9131a798c83f8d93e7b259b04 (patch) | |
tree | 704cba5f6deba9e8a8ffbd8df3a2098bac092c6f /package.json | |
parent | 4b92c587ccf15bdce2459b6e39850b7d6c4c6ec5 (diff) | |
download | svg.js-5c7701cc09f0efb9131a798c83f8d93e7b259b04.tar.gz svg.js-5c7701cc09f0efb9131a798c83f8d93e7b259b04.zip |
fixed build of polyfills which was broken because of core-js update3.0.16
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 00b6bb6..3ccde60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@svgdotjs/svg.js", - "version": "3.0.15", + "version": "3.0.16", "description": "A lightweight library for manipulating and animating SVG.", "url": "https://svgdotjs.github.io/", "homepage": "https://svgdotjs.github.io/", |