From d8fca9f30421f683e5d111de18316dcbb5ba3679 Mon Sep 17 00:00:00 2001 From: Tomas Korcak Date: Sat, 15 Aug 2015 03:41:08 +0200 Subject: [PATCH] Update bower.json and package.json --- bower.json | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index be4e0a4..8cd9b65 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "dat.gui-ng", - "version": "0.6.0", - "homepage": "https://github.com/korczis/dat.gui", + "version": "0.6.1", + "homepage": "https://github.com/korczis/dat.gui.git", "authors": [ "Google Data Arts Team " ], diff --git a/package.json b/package.json index a646d96..6434774 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/dataarts/dat.gui.git" + "url": "git+https://github.com/korczis/dat.gui.git" }, "author": "Data Arts Team, Google Creative Lab", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/dataarts/dat.gui/issues" + "url": "https://github.com/korczis/dat.gui/issues" }, - "homepage": "https://github.com/dataarts/dat.gui#readme", + "homepage": "https://github.com/korczis/dat.gui#readme", "devDependencies": { "babel-core": "^5.8.22", "babel-eslint": "^4.0.5",