pug-linker
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -97,3 +97,3 @@ 'use strict'; | ||
node.parents = parentBlockList; | ||
parentBlockList.forEach(parentBlock => { | ||
parentBlockList.forEach(function (parentBlock) { | ||
switch (node.mode) { | ||
@@ -100,0 +100,0 @@ case 'append': |
{ | ||
"name": "pug-linker", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Link multiple pug ASTs together using include/extends", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
270584