Skip to content

Commit

Permalink
update gulpfile to use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
amarzavery authored Apr 18, 2017
1 parent 0d643ab commit 9e6a1a0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/

'use strict';

const gulp = require('gulp');
const args = require('yargs').argv;
const colors = require('colors');
Expand Down Expand Up @@ -594,4 +602,4 @@ gulp.task('test-create-rollup', (cb) => {
console.dir(err);
}
});
});
});

0 comments on commit 9e6a1a0

Please sign in to comment.