]> source.dussan.org Git - svg.js.git/commitdiff
update links in package to the new project home
authordotnetCarpenter <jon.ronnenberg@gmail.com>
Tue, 25 Oct 2016 21:13:38 +0000 (19:13 -0200)
committerdotnetCarpenter <jon.ronnenberg@gmail.com>
Tue, 25 Oct 2016 21:13:38 +0000 (19:13 -0200)
package.json

index 7933b992401ab8171b7b07f79101775c2f1d960e..a995821c245eac43018167a61824ae9ae8f5d57b 100644 (file)
   ],
   "repository": {
     "type": "git",
-    "url": "https://github.com/wout/svg.js.git"
+    "url": "https://github.com/svgdotjs/svg.js.git"
   },
-  "github": "https://github.com/wout/svg.js",
+  "github": "https://github.com/svgdotjs/svg.js",
   "license": "MIT",
   "typings": "./svg.js.d.ts",
   "scripts": {
     "build": "gulp",
-    "test": "karma start .config/karma.conf.js --single-run"
+    "test": "karma start .config/karma.conf.js --single-run",
+    "docs": "gulp docs"
   },
   "devDependencies": {
     "del": "^2.2.0",