Committed by cron-git from Yimian-PC

master
iotcat 4 years ago
parent 1e797c2afe
commit e0b1ca9ffe
  1. 2
      index.js
  2. 2
      package.json

@ -8,7 +8,7 @@ module.exports = function(o_params){
/* factory mode */
var o = {
dir: __dirname,
dir: process.cwd(),
debug: false,
allowNotice: true,
pull: (params, callback, err_callback) => pull(params, callback, err_callback),

@ -1,6 +1,6 @@
{
"name": "cron-git",
"version": "1.0.4",
"version": "1.0.5",
"description": "crontab git task",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save