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-30 17:10:55 +0400
committerJohannes <mail@johannesewald.de>2012-06-30 17:10:55 +0400
commit7d7eca0fbcecf677479b58ef8b84131cf656fd6d (patch)
tree835cd360a77187b6bfadc8bb238c09515062eaaf /README.md
parentbb25176596717fb3726458570ee0ff80482658bf (diff)
Added warning
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 60c8832..4b4d15a 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ rewire does **not** load the file and eval the contents to emulate node's requir
**Debugging is fully supported.**
Furthermore rewire comes also with support for [browserify](https://github.com/substack/node-browserify). Thus you can mock your modules in the browser as well.
+**Update:** *rewire seems to be [broken with browserify >= 1.13.4](https://github.com/jhnns/rewire/issues/5). I'm working on that.*
[![Build Status](https://secure.travis-ci.org/jhnns/rewire.png?branch=master)](http://travis-ci.org/jhnns/rewire)