1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-10-16 09:54:28 -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 +1,3 @@
'use strict';
module.exports = require('./lib')(process.cwd()).path();