diff options
author | wout <wout@impinc.co.uk> | 2017-01-03 20:01:03 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-01-14 05:49:14 +0100 |
commit | 8720fad4553ba5d20a9610d3c2cb63f46d77d6ba (patch) | |
tree | 9e32c9b2b0cedf688c03d9e1847debe81dfb009e /package.json | |
parent | 998265133f95edcf5b863686e87a9821bdc62a2e (diff) | |
download | svg.js-8720fad4553ba5d20a9610d3c2cb63f46d77d6ba.tar.gz svg.js-8720fad4553ba5d20a9610d3c2cb63f46d77d6ba.zip |
Updated docs
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 5be57fe..637de54 100644 --- a/package.json +++ b/package.json @@ -2,15 +2,15 @@ "name": "svg.js", "version": "2.3.6", "description": "A lightweight library for manipulating and animating SVG.", - "url": "http://svgjs.com", - "homepage": "http://www.svgjs.com", + "url": "https://svgdotjs.github.io/", + "homepage": "https://svgdotjs.github.io/", "keywords": [ "svg", "vector", "graphics", "animation" ], - "author": "Wout Fierens <wout@mick-wout.com.com>", + "author": "Wout Fierens <wout@mick-wout.com>", "main": "dist/svg.js", "jam": { "include": [ @@ -22,8 +22,8 @@ "maintainers": [ { "name": "Wout Fierens", - "email": "wout@mick-wout.com.com", - "web": "http://svgjs.com" + "email": "wout@mick-wout.com", + "web": "https://svgdotjs.github.io/" }, { "name": "Alex Ewerlöf", |