Skip to content

Commit

Permalink
Update deployer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Oct 8, 2021
1 parent 13997cb commit 563919b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deployer.js
Expand Up @@ -4,7 +4,7 @@ const pathFn = require('path');
const fs = require('hexo-fs');
const chalk = require('chalk');
const nunjucks = require('nunjucks');
const { DateTime } = require("luxon");
const { DateTime } = require('luxon');
const Promise = require('bluebird');
const { spawn } = require('hexo-util');
const parseConfig = require('./parse_config');
Expand Down

0 comments on commit 563919b

Please sign in to comment.