From fc2be81c432b2608f21e85ab11684d3c1bdbf2ec Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 5 May 2015 14:04:36 +0100 Subject: [PATCH] expose retainLines option to CLI --- src/babel/transformation/file/options.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/babel/transformation/file/options.json b/src/babel/transformation/file/options.json index 9365c94d4a..34becc0f7f 100644 --- a/src/babel/transformation/file/options.json +++ b/src/babel/transformation/file/options.json @@ -30,7 +30,6 @@ }, "retainLines": { - "hidden": true, "type": "boolean", "default": false, "description": "retain line numbers - will result in really ugly code"