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

5 lines
102 B
JavaScript

/* global hexo */
'use strict';
hexo.extend.deployer.register('git', require('./lib/deployer'));