remove recast and add ast-types

This commit is contained in:
Sebastian McKenzie 2014-11-03 11:09:24 +11:00
parent bd2e3d784f
commit bf61c1e85d

View File

@ -34,6 +34,7 @@
"test": "make test"
},
"dependencies": {
"ast-types": "~0.5.0",
"commander": "2.4.0",
"fs-readdir-recursive": "0.0.2",
"lodash": "2.4.1",
@ -41,7 +42,6 @@
"es6-shim": "0.18.0",
"es6-symbol": "0.1.1",
"regexpu": "0.3.0",
"recast": "0.8.0",
"source-map": "0.1.40",
"regenerator": "0.6.7",
"chokidar": "0.10.0",