Skip to content

Commit ada5802

Browse files
committed
Add missing "use strict" directive
1 parent f5ddc60 commit ada5802

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
var walkSync = require('walk-sync');
24
var Plugin = require('broccoli-plugin');
35
var UglifyJS = require('uglify-js');

0 commit comments

Comments
 (0)