1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-03 14:36:38 -04:00

Re-add `'use strict' statements.

They are still needed.
This commit is contained in:
XhmikosR
2018-11-28 23:33:08 +02:00
committed by Shun Sato
parent 2d9f6fa12c
commit 5c84c3d31f
6 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,5 @@
'use strict';
const path = require('path');
const BinWrapper = require('bin-wrapper');
const pkgConf = require('pkg-conf');

View File

@ -1,3 +1,5 @@
'use strict';
const path = require('path');
const signale = require('signale');
const bin = require('.');