Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "gulp-ejs", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "A plugin for Gulp that parses ejs template files", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"dependencies": { | ||
"ejs": "2.3.4", | ||
"ejs": "2.4.1", | ||
"gulp-util": "3.0.7", | ||
@@ -29,0 +29,0 @@ "through2": "2.0.0" |
@@ -126,3 +126,6 @@ /*global describe, it*/ | ||
String(newFile.contents).should.equal(String(expectedFileWithPartial.contents)); | ||
var current = newFile.contents.toString().replace(/\r?\n|\r/g, ''); | ||
var expected = expectedFileWithPartial.contents.toString().replace(/\r?\n|\r/g, ''); | ||
current.should.equal(expected); | ||
done(); | ||
@@ -129,0 +132,0 @@ }); |
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
14624
239