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 <mail@johannesewald.de>2012-06-04 19:46:12 +0400
committerJohannes <mail@johannesewald.de>2012-06-04 19:46:12 +0400
commit18ca74d9c514ad0df3ff92b4310afde36434e808 (patch)
tree8372545d55fee77c73517f290b1d4a4151e8b7b3 /package.json
parent57cb8ac4d3a7026af4f0aa27a0cd2c99e7fac177 (diff)
fixed bug when trying to leak private variables while using "module.exports = ..."
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index dd9df63..ad39bdb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name" : "rewire",
- "version" : "0.1.1",
+ "version" : "0.1.2",
"description" : "Dependency injection for node.js applications",
"keywords" : [
"dependency",