From 100f7c4c8998ecacc4fbe89ece0101d36050ec01 Mon Sep 17 00:00:00 2001 From: RudraNilBasu Date: Wed, 29 Jun 2016 21:48:44 +0530 Subject: [PATCH] Undo changes in gulpfile.babel.js --- gulpfile.babel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.babel.js b/gulpfile.babel.js index b9a2b4b..1e528a2 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -1,4 +1,4 @@ -var Promise = require ('es6-promise').Promise; + 'use strict'; import path from "path"; -- GitLab