From d3d805779e0fb2ab7b53afa3ec54b66c69afe0e2 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Fri, 1 Apr 2016 15:49:53 +0200 Subject: [PATCH] url fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 44357c0..12b70d7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "knacss", "version": "4.4.5", "homepage": "http://www.knacss.com/", - "bugs": "https://github.com/raphaelgoetter/KNACSS/issues", + "bugs": "https://github.com/alsacreations/KNACSS/issues", "author": [ "Raphaƫl GOETTER, Alsacreations (http://www.alsacreations.fr)" ], @@ -24,7 +24,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/raphaelgoetter/KNACSS" + "url": "https://github.com/alsacreations/KNACSS" }, "license": "WTFPL", "dependencies": {},