ember-cli-template-lint
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -90,3 +90,3 @@ 'use strict'; | ||
elseBlockStatement._startOffset = 7; | ||
elseBlockStatement._startOffset = 5 + elseBlockStatement.path.original.length; | ||
}; | ||
@@ -93,0 +93,0 @@ |
@@ -13,8 +13,15 @@ 'use strict'; | ||
'{{#if isMorning}}' + | ||
' Good morning\n' + | ||
'{{else if isAfternoon}}' + | ||
' Good afternoon\n' + | ||
'{{else}}\n' + | ||
' Good night\n' + | ||
'{{/if}}' | ||
' Good morning\n' + | ||
'{{else if isAfternoon}}' + | ||
' Good afternoon\n' + | ||
'{{else}}\n' + | ||
' Good night\n' + | ||
'{{/if}}', | ||
'{{#if isMorning}}\n' + | ||
' Good morning\n' + | ||
'{{else foo-bar isAfternoon}}\n' + | ||
' Good afternoon\n' + | ||
'{{else}}\n' + | ||
' Good night\n' + | ||
'{{/if}}' | ||
], | ||
@@ -21,0 +28,0 @@ |
{ | ||
"name": "ember-cli-template-lint", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
31464
742