From 65bd967fc8ae6cbe37c1db1816d39026c46b4ecc Mon Sep 17 00:00:00 2001 From: Liron Goldenberg Date: Tue, 20 Sep 2016 21:47:53 +0300 Subject: [PATCH] v0.1 --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index a135bab..5ff0721 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. */ + 'use strict'; var babel = require('gulp-babel');