From bb793e5ba0e5b005e269218ddeb871b6241b1a3e Mon Sep 17 00:00:00 2001 From: Patrick Roberts Date: Sun, 21 Sep 2014 21:39:15 -0500 Subject: [PATCH] Updated repository url --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 30adec9..5ce42d8 100644 --- a/package.json +++ b/package.json @@ -7,15 +7,15 @@ ], "author": "Patrick Roberts", "main": "./index", - "version": "2.0.0", + "version": "2.0.1", "repository": { "type": "git", - "url": "https://github.com/patrickroberts/Javascript-Complex-Math-Library.git" + "url": "https://github.com/patrickroberts/complex-js.git" }, "licenses": [ { "type": "MIT", - "url": "https://github.com/patrickroberts/Javascript-Complex-Math-Library/raw/master/LICENSE" + "url": "https://github.com/patrickroberts/complex-js/raw/master/LICENSE" } ] }