Comparing version 0.3.0 to 0.3.1
0.3.1 / 2012-09-26 | ||
================== | ||
* Cli middleware bad file references. Closes #22 | ||
0.3.0 / 2012-09-04 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -30,3 +30,3 @@ /*! | ||
exports.version = '0.3.0'; | ||
exports.version = '0.3.1'; | ||
@@ -33,0 +33,0 @@ /*! |
@@ -18,3 +18,3 @@ /*! | ||
module.exports = function () { | ||
var program = require('./cli') | ||
var program = require('./cli/index') | ||
, path = require('path'); | ||
@@ -21,0 +21,0 @@ |
@@ -11,3 +11,3 @@ /*! | ||
var kinetik = require('../../kinetik') | ||
var kinetik = require('../../../kinetik') | ||
, electron = require('electron'); | ||
@@ -14,0 +14,0 @@ |
@@ -5,3 +5,3 @@ { | ||
, "description": "A storage-agnostic, tag centric job queue for distributed applications." | ||
, "version": "0.3.0" | ||
, "version": "0.3.1" | ||
, "repository": { | ||
@@ -8,0 +8,0 @@ "type": "git" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
334307