handlebars-subexpression-helpers
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -17,6 +17,2 @@ 'use strict'; | ||
if (typeof haystack === 'string') { | ||
haystack = haystack.split(); | ||
} | ||
if (['string', 'number'].indexOf(typeof haystack === 'undefined' ? 'undefined' : _typeof(haystack)) !== -1) { | ||
@@ -23,0 +19,0 @@ |
{ | ||
"name": "handlebars-subexpression-helpers", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Some simple yet useful subexpression helpers for handlebars", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,6 +9,2 @@ export let register = (Handlebars) => { | ||
if(typeof haystack === 'string') { | ||
haystack = haystack.split(); | ||
} | ||
if(['string', 'number'].indexOf(typeof haystack) !== -1) { | ||
@@ -15,0 +11,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
35309
783