handlebars-subexpression-helpers
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "handlebars-subexpression-helpers", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Some simple yet useful subexpression helpers for handlebars", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "mocha --compilers js:mocha-babel ./test/**/*.test.js", | ||
"test": "mocha --compilers js:babel-register ./test/**/*.test.js", | ||
"transpile": "babel src/ -d dist/ --presets es2015", | ||
@@ -13,0 +13,0 @@ "watch": "babel src/ -w -d dist/ --presets es2015" |
@@ -7,3 +7,3 @@ import assert from "assert"; | ||
describe('isFalsy', function() { | ||
describe('isFalse', function() { | ||
@@ -10,0 +10,0 @@ it('should return false for undefined', (done) => { |
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
35763
64
771