diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-24 16:06:51 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-24 16:06:51 +0100 |
commit | de0f73565ad1d30e6cd772f6bdae0cbee795d66e (patch) | |
tree | 7cba1b686e39ea9df0f5b840af1caed760747d6a | |
parent | f5413db6783d197ed5e7967957e89833a7d3c173 (diff) | |
download | svg.js-de0f73565ad1d30e6cd772f6bdae0cbee795d66e.tar.gz svg.js-de0f73565ad1d30e6cd772f6bdae0cbee795d66e.zip |
Make package json ready for npm org
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 619b1f2..c7c2dd5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "svg.js", + "name": "@svgdotjs/svg.js", "version": "3.0.0", "description": "A lightweight library for manipulating and animating SVG.", "url": "https://svgdotjs.github.io/", @@ -12,6 +12,7 @@ ], "author": "Wout Fierens <wout@mick-wout.com>", "main": "dist/svg.js", + "module": "dist/svg.esm.js", "jam": { "include": [ "dist/svg.js", |