Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Wrong strict mode declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
itaykomemy committed Sep 15, 2016
1 parent ca89315 commit 7174828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
@@ -1,4 +1,4 @@
'use script';
'use strict';

var gulp = require('gulp');
var webserver = require('gulp-webserver');
Expand Down Expand Up @@ -47,4 +47,4 @@ gulp.task('validate-xml', function () {
});
}
}
});
});

0 comments on commit 7174828

Please sign in to comment.