From 9d368a2f0d328092781b5282001196d59f8fc160 Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 5 Jun 2012 16:56:43 +0200 Subject: changed node version to >=0.6.15 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 694c7c4..3abc6bf 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ rewire does **not** load the file and eval the contents to emulate node's requir **Debugging is fully supported.** +##Important note: + +rewire works currently only with node >=0.6.15. In doubt run `npm test`. + -----------------------------------------------------------------
diff --git a/package.json b/package.json index ad39bdb..774ba95 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "url": "git://github.com/jhnns/rewire.git" }, "engines" : { - "node" : "0.6.x" + "node" : ">=0.6.15" }, "dependencies": { "toSrc": "0.1.x" -- cgit v1.2.3