Dependency bumps

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-04-07 10:12:04 -07:00
parent 21e8b86d89
commit 5fd1793abe
3 changed files with 840 additions and 575 deletions

View File

@@ -19,7 +19,7 @@ module.exports = exports = async function newPost () {
}
// console.log(date);return;
var id = random.id().substr(-10).toUpperCase();
var id = random.id(6).toUpperCase();
var fname = format(date, 'yyyy-MM-dd.HHmm.') + id;
var target = resolve('posts', fname);