Strict mode in gulpfile

This commit is contained in:
Dan Mindru 2016-04-19 14:31:08 +02:00
parent fd579f6448
commit 641d29eb9e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// 'use strict';
'use strict';
var gulp = require('gulp'),
wrench = require('wrench');