From 42402bfb3e502f67fc135811ffc36bde142bbd7d Mon Sep 17 00:00:00 2001
From: Pirate Praveen <praveen@debian.org>
Date: Fri, 8 May 2020 14:59:37 +0530
Subject: Update plugin names for babel 7

---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index d8bd834..1ab4dde 100644
--- a/package.json
+++ b/package.json
@@ -46,9 +46,9 @@
   },
   "babel": {
     "plugins": [
-      "transform-es2015-arrow-functions",
-      "transform-es2015-block-scoping",
-      "transform-es2015-template-literals"
+      "@babel/transform-arrow-functions",
+      "@babel/transform-block-scoping",
+      "@babel/transform-template-literals"
     ]
   },
   "author": "Devon Govett <devongovett@gmail.com>",
