From b65774993d1abc8b0602974cd074e09f1cb34ef3 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 11 Nov 2015 23:46:00 -0800 Subject: [PATCH] v6.1.9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8ee956b489..d825f3da3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babylon", - "version": "6.1.8", + "version": "6.1.9", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -11,7 +11,7 @@ "babel-runtime": "^5.0.0" }, "devDependencies": { - "babel-helper-fixtures": "^6.1.8" + "babel-helper-fixtures": "^6.1.9" }, "bin": { "babylon": "./bin/babylon.js"