Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
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": {