flow-parser
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "flow-parser", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "JavaScript parser written in OCaml. Produces SpiderMonkey AST", | ||
@@ -30,5 +30,4 @@ "author": { | ||
"test": "node test/run_esprima_tests.js; node test/run_hardcoded_tests.js", | ||
"prepublish": "make js && mv README.md github-README.md && cp npm-README.md README.md", | ||
"postpublish": "mv github-README.md README.md" | ||
"prepublish": "make js" | ||
} | ||
} |
508305