We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e75da commit 21bc858Copy full SHA for 21bc858
lib/index.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
const path = require('path');
4
-const debug = require('debug')('metalsmith-permalinks');
+const debug = require('debug')('@metalsmith/permalinks');
5
const moment = require('moment');
6
const slugify = require('slugify');
7
const substitute = require('substitute');
0 commit comments