grunt-mustache-precompiler
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "grunt-mustache-precompiler", | ||
"description": "Grunt plugin for mustache precompile using Hogan.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/sekko27/node-grunt-mustache-precompiler", | ||
@@ -29,3 +29,3 @@ "author": { | ||
"prepublish": "coffee -c -o tasks tasks-src && coffee -c -o test test-src && coffee -c Gruntfile.coffee", | ||
"postinstall": "echo \"Compiling coffee sources\" && coffee -c -o tasks tasks-src && coffee -c Gruntfile.coffee && coffee -c -o test test-src && copy -a test-src/data test/data" | ||
"postinstall": "echo \"Compiling coffee sources\" && coffee -c -o tasks tasks-src && coffee -c Gruntfile.coffee && coffee -c -o test test-src && cp -a test-src/data test/data" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
8990