hexo/node_modules/hexo-deployer-git/index.js

5 lines
102 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
/* global hexo */
'use strict';
hexo.extend.deployer.register('git', require('./lib/deployer'));