generator-util
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -222,3 +222,3 @@ /*! | ||
// if a cwd was defined, go directly to jail, don't pass go. | ||
if (typeof opts.cwd === 'string') { | ||
if (typeof opts.cwd === 'string' && opts.cwd !== utils.gm) { | ||
return; | ||
@@ -225,0 +225,0 @@ } |
{ | ||
"name": "generator-util", | ||
"description": "Utils for `generate` generators.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/jonschlinkert/generator-util", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
14118