diff options
author | Fuzzy <ulima.ums@googlemail.com> | 2015-02-22 00:52:57 +0100 |
---|---|---|
committer | Fuzzy <ulima.ums@googlemail.com> | 2015-02-22 00:52:57 +0100 |
commit | 93c7b3af51c68f3d2cb37ff41c0eb941e1b81df6 (patch) | |
tree | cc523994f37e82a0d86bdbf240382c48703b7d56 | |
parent | 027c365d9e59ccd7d06a162965c490c16fac6cdc (diff) | |
parent | cb0b0149a3c2fe84781de1689be6df9d21cf841a (diff) | |
download | svg.js-93c7b3af51c68f3d2cb37ff41c0eb941e1b81df6.tar.gz svg.js-93c7b3af51c68f3d2cb37ff41c0eb941e1b81df6.zip |
Merge pull request #286 from fibo/master
Fixed npm warning about "repositories" property
-rwxr-xr-x | package.json | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package.json b/package.json index 6d586f1..35f22e0 100755 --- a/package.json +++ b/package.json @@ -27,11 +27,9 @@ , "url": "http://www.opensource.org/licenses/mit-license.php" } ] -, "repositories": [ - { - "type": "git" - , "url": "https://github.com/wout/svg.js.git" - } - ] +, "repository": { + "type": "git" + , "url": "https://github.com/wout/svg.js.git" + } , "github": "https://github.com/wout/svg.js" } |