ajgenesisnode-entity
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -21,4 +21,7 @@ | ||
.then(function (data, next) { | ||
ajgenesis.copyDirectory(path.join(__dirname, 'templates'), path.join('ajgenesis', 'modules', 'entity', 'templates'), cb); | ||
ajgenesis.copyDirectory(path.join(__dirname, 'templates'), path.join('ajgenesis', 'modules', 'entity', 'templates'), next); | ||
}) | ||
.then(function (data, next) { | ||
ajgenesis.copyDirectory(path.join(__dirname, 'lib'), path.join('ajgenesis', 'modules', 'entity', 'lib'), cb); | ||
}) | ||
.fail(function (err) { | ||
@@ -25,0 +28,0 @@ cb(err, null); |
{ "name": "ajgenesisnode-entity" | ||
, "description": "AjGenesis for Node, Entity tasks and templates" | ||
, "keywords": [ "codegeneration", "nodejs", "ajgenesis" ] | ||
, "version": "0.0.7" | ||
, "version": "0.0.8" | ||
, "author": "Angel 'Java' Lopez <webmaster@ajlopez.com> (http://www.ajlopez.com)" | ||
@@ -6,0 +6,0 @@ , "repository": { "type": "git", "url": "git://github.com/ajlopez/AjGenesisNode-Entity.git" } |
@@ -48,5 +48,6 @@ # AjGenesisNode Entity | ||
- 0.0.4: Published. Fixing add property bug, using a hack | ||
- 0.0.5: Using `ajgenesis/models` for model files | ||
- 0.0.6: Use createModelDirectory, getModelDirectory | ||
- 0.0.7: Install method | ||
- 0.0.5: Published. Using `ajgenesis/models` for model files | ||
- 0.0.6: Published. Use createModelDirectory, getModelDirectory | ||
- 0.0.7: Published. Install method | ||
- 0.0.8: Published. Copy lib directory on install | ||
@@ -53,0 +54,0 @@ ## Contribution |
@@ -24,2 +24,4 @@ | ||
test.ok(fs.existsSync(path.join('ajgenesis', 'modules', 'entity', 'templates', 'entity.json.tpl'))); | ||
test.ok(fs.existsSync(path.join('ajgenesis', 'modules', 'entity', 'lib'))); | ||
test.ok(fs.existsSync(path.join('ajgenesis', 'modules', 'entity', 'lib', 'names.js'))); | ||
process.chdir(cwd); | ||
@@ -26,0 +28,0 @@ test.done(); |
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
23079
509
61