ember-cli-blueprint-test-helpers
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -123,6 +123,6 @@ 'use strict'; | ||
if (command === 'generate' && options && options.beforeGenerate || options.afterGenerate) { | ||
if (command === 'generate' && options && (options.beforeGenerate || options.afterGenerate)) { | ||
beforeProcess = options.beforeGenerate; | ||
afterProcess = options.afterGenerate; | ||
} else if (command === 'destroy' && options && options.beforeDestroy || options.afterDestroy) { | ||
} else if (command === 'destroy' && options && (options.beforeDestroy || options.afterDestroy)) { | ||
beforeProcess = options.beforeDestroy; | ||
@@ -129,0 +129,0 @@ afterProcess = options.afterDestroy; |
{ | ||
"name": "ember-cli-blueprint-test-helpers", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Blueprint test helpers for ember-cli. Mocks ember-cli for generate and destroy commands.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
38383