From a061e96bbb69e796a9af8d1aeb1cb248c1cec29a Mon Sep 17 00:00:00 2001 From: James Long Date: Tue, 10 Jan 2017 17:29:58 -0500 Subject: [PATCH] Use latest version of babylon --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eea93e41..5902ad44 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "main": "./index.js", "dependencies": { "ast-types": "git+https://github.com/jlongster/ast-types.git", - "babylon": "git+https://github.com/jlongster/babylon.git#published", + "babylon": "^6.15.0", "flow-parser": "^0.37.0", "minimist": "^1.2.0", "private": "^0.1.6",