Comparing version 2.4.0 to 2.4.1
@@ -105,2 +105,5 @@ /*jshint node: true*/ | ||
// Kill BOM | ||
buffer = buffer.replace(/^\uFEFF/, ''); | ||
try { | ||
@@ -107,0 +110,0 @@ if (traverse) { |
{ | ||
"name": "hbsfy", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Handlebars precompiler plugin for Browserify v2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -167,2 +167,6 @@ [![Build Status](https://travis-ci.org/epeli/node-hbsfy.png?branch=master)](https://travis-ci.org/epeli/node-hbsfy) | ||
### 2.4.1 | ||
- Always strip BOM [#18](https://github.com/epeli/node-hbsfy/pull/18), [#46](https://github.com/epeli/node-hbsfy/pull/46) | ||
### 2.4.0 | ||
@@ -169,0 +173,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
33508
34
695
223
13