Re-add `'use strict' statements.

They are still needed.
This commit is contained in:
XhmikosR
2018-12-17 23:14:23 +09:00
committed by Shun Sato
parent 2d9f6fa12c
commit 5c84c3d31f
6 changed files with 10 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
'use strict';
const path = require('path');
const BinWrapper = require('bin-wrapper');
const pkgConf = require('pkg-conf');
+2
View File
@@ -1,3 +1,5 @@
'use strict';
const path = require('path');
const signale = require('signale');
const bin = require('.');