Comparing version 0.1.0 to 0.2.0
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"repository": { | ||
@@ -37,2 +37,2 @@ "type": "git", | ||
] | ||
} | ||
} |
@@ -12,3 +12,3 @@ // tpl - a general purpose template cli | ||
module.exports = function (cb) { | ||
confdir(process.cwd(), 'pub', function(err, dir) { | ||
confdir(process.cwd(), 'tpl', function(err, dir) { | ||
if (err) | ||
@@ -24,2 +24,3 @@ cb(err); | ||
// exports a command | ||
function exp(cmd, confdir) { | ||
@@ -26,0 +27,0 @@ return function (files, opt) { |
4375
31