summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-25 19:13:38 -0200
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-25 19:13:38 -0200
commit0e4ccbcecb421fd5cae5de5437ae8a5e488d7810 (patch)
treed8ad885cc7a60e04bb6b7239305498147a3d18ab /package.json
parentdbb3460e1d8535656895e4294184e4f9ad73a4b8 (diff)
downloadsvg.js-0e4ccbcecb421fd5cae5de5437ae8a5e488d7810.tar.gz
svg.js-0e4ccbcecb421fd5cae5de5437ae8a5e488d7810.zip
update links in package to the new project home
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files 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",