From 0e2840abce0b211ef600b19ee7702efa431b8dae Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Sun, 24 Nov 2013 15:59:46 -0500 Subject: [PATCH] Update commoner to 0.8.8 for Windows support benjamn/commoner#44 fixed commoner to work on Windows when module path relativization isn't used; with this, the `jsx` binary should work properly on Windows (though `jsx-internal` still won't). Fixes #316, fixes #391, fixes #567. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 661fc7c044..65b2587dd1 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "test": "grunt build && grunt test" }, "dependencies": { - "commoner": "~0.8.7", + "commoner": "~0.8.8", "esprima-fb": "~2001.1001.0-dev-harmony-fb", "jstransform": "~2.0.1" },