From 0e4ccbcecb421fd5cae5de5437ae8a5e488d7810 Mon Sep 17 00:00:00 2001 From: dotnetCarpenter Date: Tue, 25 Oct 2016 19:13:38 -0200 Subject: [PATCH] update links in package to the new project home --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7933b99..a995821 100644 --- a/package.json +++ b/package.json @@ -48,14 +48,15 @@ ], "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", -- 2.39.5