summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFuzzy <ulima.ums@googlemail.com>2015-02-22 00:52:57 +0100
committerFuzzy <ulima.ums@googlemail.com>2015-02-22 00:52:57 +0100
commit93c7b3af51c68f3d2cb37ff41c0eb941e1b81df6 (patch)
treecc523994f37e82a0d86bdbf240382c48703b7d56
parent027c365d9e59ccd7d06a162965c490c16fac6cdc (diff)
parentcb0b0149a3c2fe84781de1689be6df9d21cf841a (diff)
downloadsvg.js-93c7b3af51c68f3d2cb37ff41c0eb941e1b81df6.tar.gz
svg.js-93c7b3af51c68f3d2cb37ff41c0eb941e1b81df6.zip
Merge pull request #286 from fibo/master
Fixed npm warning about "repositories" property
-rwxr-xr-xpackage.json10
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"
}