Skip to content

Commit

Permalink
Fixes debug channel to '@metalsmith/permalinks'
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Dec 18, 2021
1 parent 60e75da commit 21bc858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const path = require('path');
const debug = require('debug')('metalsmith-permalinks');
const debug = require('debug')('@metalsmith/permalinks');
const moment = require('moment');
const slugify = require('slugify');
const substitute = require('substitute');
Expand Down

0 comments on commit 21bc858

Please sign in to comment.