grunt-contrib-templify
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -11,4 +11,4 @@ module.exports = { | ||
return "};\n" + | ||
(options.autoAffix?"angular.module(" + options.module + ").run(__templifyTemplates);":""); | ||
(options.autoAffix?"angular.module(\"" + options.module + "\").run(__templifyTemplates);":""); | ||
} | ||
}; |
{ | ||
"name": "grunt-contrib-templify", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A simple project for quick and dirty conversion of HTML files to javascript for various cases, particularly unit testing.", | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
4
184874
22
5314