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:
authorJohannes <johannes.ewald@roomieplanet.de>2012-09-15 23:24:59 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-09-15 23:24:59 +0400
commit203b81607a82eb360113efbe8f63d2ed454c5a48 (patch)
tree75e469213c1aa15b36f8f0122783023968d831d9 /package.json
parent09f18083ddff2281b5ac85f5773ea5c9ba57e841 (diff)
- Fixed crash when a global module has been used in the browserv1.0.1
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": {