Skip to content

Commit 21bc858

Browse files
committedDec 18, 2021
Fixes debug channel to '@metalsmith/permalinks'
1 parent 60e75da commit 21bc858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
const path = require('path');
4-
const debug = require('debug')('metalsmith-permalinks');
4+
const debug = require('debug')('@metalsmith/permalinks');
55
const moment = require('moment');
66
const slugify = require('slugify');
77
const substitute = require('substitute');

0 commit comments

Comments
 (0)
Please sign in to comment.