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.
This commit is contained in:
Ben Alpert
2013-11-24 15:59:46 -05:00
parent d51ae6b8bc
commit 0e2840abce
+1 -1
View File
@@ -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"
},