From 0401afc4eefb3db539de56898f396a6a1177b23f Mon Sep 17 00:00:00 2001 From: Navin Date: Sun, 19 Jul 2020 17:50:49 +0530 Subject: [PATCH] =?UTF-8?q?chore(preview):=20=F0=9F=94=A7=20=20add=20previ?= =?UTF-8?q?ew=20flag=20to=20the=20extension?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes #5 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d7eecd9..7d47bb2 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,6 @@ "galleryBanner": { "color": "#EA2E6E", "theme": "dark" - } + }, + "preview": true }