grunt-contrib-jade
Advanced tools
Comparing version 0.14.0 to 0.14.1
{ | ||
"name": "grunt-contrib-jade", | ||
"description": "Compile Jade templates.", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"homepage": "https://github.com/gruntjs/grunt-contrib-jade", | ||
@@ -30,3 +30,3 @@ "author": { | ||
"dependencies": { | ||
"jade": "~1.8.2", | ||
"jade": "~1.9.1", | ||
"chalk": "~0.5.1" | ||
@@ -33,0 +33,0 @@ }, |
@@ -5,3 +5,3 @@ /* | ||
* | ||
* Copyright (c) 2014 Eric Woroshow, contributors | ||
* Copyright (c) 2015 Eric Woroshow, contributors | ||
* Licensed under the MIT license. | ||
@@ -55,3 +55,3 @@ */ | ||
.forEach(function(filepath) { | ||
var src = processContent(grunt.file.read(filepath)); | ||
var src = processContent(grunt.file.read(filepath), filepath); | ||
var compiled, filename; | ||
@@ -58,0 +58,0 @@ filename = processName(filepath); |
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
16803
6
+ Addedcommander@2.6.0(transitive)
+ Addedjade@1.9.2(transitive)
+ Addedvoid-elements@2.0.1(transitive)
- Removedcommander@2.5.1(transitive)
- Removedjade@1.8.2(transitive)
- Removedvoid-elements@1.0.0(transitive)
Updatedjade@~1.9.1