From 203b81607a82eb360113efbe8f63d2ed454c5a48 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 15 Sep 2012 21:24:59 +0200 Subject: - Fixed crash when a global module has been used in the browser --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 6565fa7..8dd8573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "rewire", - "version" : "1.0.0", + "version" : "1.0.1", "description" : "Dependency injection for node.js applications", "keywords" : [ "dependency", @@ -17,9 +17,9 @@ "web" : "http://johannesewald.de" }, "main" : "lib/index.js", - "homepage": "http://jhnns.github.com/rewire", + "homepage": "https://github.com/jhnns/rewire", "bugs" : { - "url" : "http://github.com/jhnns/rewire/issues", + "url" : "https://github.com/jhnns/rewire/issues", "email" : "mail@johannesewald.de" }, "repository": { -- cgit v1.2.3