]> source.dussan.org Git - svg.js.git/commitdiff
Make package json ready for npm org
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sat, 24 Nov 2018 15:06:51 +0000 (16:06 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sat, 24 Nov 2018 15:06:51 +0000 (16:06 +0100)
package.json

index 619b1f2dd324d07f38acece4d1dacd777b311a47..c7c2dd58cd2e99fe5a893226ed02122528d7f5a2 100644 (file)
@@ -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",