imdone-core
Advanced tools
Comparing version 1.2.22 to 1.2.23
@@ -141,3 +141,3 @@ 'use strict'; | ||
// #ARCHIVE:50 Fix loadConfig defaults | ||
// #TODO:0 gh-iss:2 assigned:piascikj If a config is bad move it to config.json.bak and save a new one with defaults +enhancement +standup | ||
// #TODO:0 gh-iss:2 gh-iss:3 assigned:piascikj If a config is bad move it to config.json.bak and save a new one with defaults +enhancement +standup | ||
cb = tools.cb(cb); | ||
@@ -144,0 +144,0 @@ repo.loadIgnore(); |
@@ -146,3 +146,3 @@ 'use strict'; | ||
value: value, | ||
link: self.getMetaLink(config, metaKey) | ||
link: self.getMetaLink(config, metaKey, value) | ||
}); | ||
@@ -156,5 +156,4 @@ }); | ||
Task.prototype.getMetaLink = function(config, metaKey) { | ||
Task.prototype.getMetaLink = function(config, metaKey, metaValue) { | ||
var metaConfig = config.meta && config.meta[metaKey]; | ||
var metaValue = this.getMetaData()[metaKey]; | ||
if (!metaConfig || !metaValue) return; | ||
@@ -161,0 +160,0 @@ return { |
{ | ||
"name": "imdone-core", | ||
"version": "1.2.22", | ||
"version": "1.2.23", | ||
"description": "imdone-core", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
112584
3679