Skip to content

Commit 1dc3d2b

Browse files
committed
add use strict
1 parent 6ef40f8 commit 1dc3d2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
'use strict';
12
// ## Setup
23
var _ = require('lodash');
34
var del = require("del");

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
'use strict';
22
// # Main Entry Point
33
//
44
// This is the entry point webpack loads when we

0 commit comments

Comments
 (0)