Upgrade Recast to 0.4.8 to fix options.writeback bug.

Bug introduced by: https://github.com/benjamn/recast/commit/e913b22f8f
Bug fixed by: https://github.com/benjamn/recast/commit/170e18091e
(cherry picked from commit 2383fd8813)
This commit is contained in:
Ben Newman
2013-06-19 17:29:04 -07:00
committed by Paul O’Shannessy
parent 3624afaade
commit 2d677b78ba
+1 -1
View File
@@ -38,7 +38,7 @@
"base62": "~0.1.1",
"commoner": "~0.7.0",
"esprima": "git://github.com/facebook/esprima#fb-harmony",
"recast": "~0.4.5",
"recast": "~0.4.8",
"source-map": "~0.1.22"
},
"devDependencies": {