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 */ /* factory mode */
var o = { var o = {
dir: __dirname, dir: process.cwd(),
debug: false, debug: false,
allowNotice: true, allowNotice: true,
pull: (params, callback, err_callback) => pull(params, callback, err_callback), pull: (params, callback, err_callback) => pull(params, callback, err_callback),

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

Loading…
Cancel
Save