flow-parser
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "flow-parser", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "JavaScript parser written in OCaml. Produces SpiderMonkey AST", | ||
@@ -18,6 +18,6 @@ "author": { | ||
"devDependencies": { | ||
"esprima-fb": "13001.1001.0-dev-harmony-fb" | ||
"esprima-fb": "14001.1.0-dev-harmony-fb" | ||
}, | ||
"dependencies": { | ||
"ast-types": "0.7.0", | ||
"ast-types": "0.7.6", | ||
"colors": ">=0.6.2", | ||
@@ -31,4 +31,4 @@ "minimist": ">=0.2.0" | ||
"test": "node test/run_esprima_tests.js; node test/run_hardcoded_tests.js", | ||
"prepublish": "make js && diff README.md README-npm.md" | ||
"prepublish": "make js" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
510269
14186
+ Addedast-types@0.7.6(transitive)
- Removedast-types@0.7.0(transitive)
Updatedast-types@0.7.6