grunt-emberify
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "grunt-emberify", | ||
"description": "Precompile handlebars templates and concatenate all Ember files.", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"homepage": "https://github.com/gyllstromk/grunt-emberify", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -35,4 +35,6 @@ /* | ||
templates[templateName]); | ||
}), this.async()); | ||
})); | ||
this.async()(); | ||
}); | ||
}; |
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
5774
98