Ver código fonte

Use fixed cron.

Jakob Borg 13 anos atrás
pai
commit
56449b1235
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -14,7 +14,7 @@
     },
     "dependencies": {
         "async": "0.1.x",
-        "cron": "0.3.x",
+        "cron": "https://github.com/calmh/node-cron/tarball/master",
         "underscore": "1.3.x",
         "zfs": "*"
     },